:
logo qtransform

  to  




#50BFAF color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #50BFAF
#50BFAF

   In a RGB color space, hex #50BFAF is composed of 31% red, 75% green and 69% blue.
RGB color code is composed of a hexadecimal 50 red (80/255), a BF green (191/255) and a AF blue component (175/255). The decimal RGB color code is rgb(80,191,175)
In CMYK color space, it is composed of 58% cyan, 0% magenta, 8% yellow and 25% black.
It has a hue angle of 171.35o degrees, a saturation of 46% and a lightness of 53%.
Closest websafe color is: #66cc99 rgb (102, 204, 153).
twitter  facebook  whatsapp


Color conversion




#50BFAF
rgb(80,191,175)
=31%
from 255
75%
from 255
69%
from 255
=58
from 100
0
from 100
8
from 100
25
from 100
R: 80
red
G: 191
green
B: 175
blue
C: 58
cyan
M: 0
magenta
Y: 8
yellow
K: 25
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #50BFAF has RGB values of R:80, G:191, B:175 and CMYK values of C:58, M:0, Y:8, K:25. Its decimal value is 5291951.Binary code is 10100001011111110101111
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex color50BFAF #50BFAF
RGB decimal80, 191, 175 rgb(80, 191, 175)
RGB %31, 75, 69 rgb(31%, 75%, 69%)
RGB Adobe124, 190, 174
CMYK %58, 0, 8, 25 58%, 0%, 8%, 25%
HSL171.35o, 46, 53 hsl(171.35o, 46%, 53%)
HSV (HSB)171o, 58%, 75% hsv(171o, 58%, 75%)
Web Safe color#66cc99 rgb (102, 204, 153)
XYZ29.677, 42.062 47.112
xyY0.25, 0.35, 42.06
Hunter-Lab64.86, -28.8, -1.25
CMY69%, 25%, 31%
Lab70.69, -36, -1.93
Binary color
50 BF AF
1010000 10111111 10101111

Shades and tints of #50BFAF


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #102523 is the darkest color, and: #DCF3EF is the lightest one.

Tint color variation #50BFAF


Shade color variation


Tones of #50BFAF
A tone is produced by adding gray to any pure hue. In this case, #55B9AA is the less saturated color, and #709691 is the most saturated one.


Alternatives to #50BFAF


Below, you can see some colors close to #50BFAF. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #50BFAF


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#50BFAF;">Text here</font>

<div style="background-color:#50BFAF;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#50BFAF;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#50BFAF;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #50BFAF
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #50BFAF;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #50BFAF;



Box border html code Text shadow with RGB values for color #50BFAF
box border html code for color #50BFAF

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #50BFAF;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(80, 191, 175, 1.4);



Pre-formatted code 50BFAF code for script / programming
HTML, CSS: = #50BFAF; rgb(80, 191, 175)
Java: = new Color(80, 191, 175)
.NET: = Color.FromArgb (80, 191, 175);
Xojo: = rgb (80, 191, 175, 0);
openGL: = glColor3f (0.31f, 0.75f, 0.69f);
Swift: = UIColor(red:0.31, green:0.75, blue:0.69, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.31 green:0.75 blue:0.69 alpha:1.00000];


Color schemes with #50BFAF


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 58% has a #50BFAF saturation. Adding 58% + 10% = 68% saturation for our new color #319989. Decreasing 58% - 10% = 48% saturation for other monochromatic color #77E6D5.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #50BFAF has a 171o angle. Adding 171o + 180o = 351oo for our new complementary color #BF5061.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #50BFAF has a 171o angle. Adding 171o + 180o+30o = 21o for our first complementary color #BF7750. Decreasing 171o + 180o-30o = 321o for the second complementary color #BF5098.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.