COLOR #50A99F

HEX: #50A99F RGB: (80,169,159)

Color info

#50A99F contains mainly green and blue colors. Web safe color of #50A99F is #669999 (or #699).

RGB color model

#50A99F color RGB value is (80,169,159).

RGB: (80,169,159) (31%, 66%, 62%)

RGB channels and saturation

R 80 of 255 = 31%
G 169 of 255 = 66%
B 159 of 255 = 62%

80
169
159

R + G + B ~ 53%. #50A99F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 169 + 159 = 408 (100%)
R 80 of 408 ~ 19.61%
G 169 of 408 ~ 41.42%
B 159 of 408 ~ 38.97'%

%19.61
%41.42
%38.97

CMYK color model

#50A99F color CMYK value is (53,0,6,34).

  • cyan value is 52.66%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 33.73%

CMYK: (53,0,6,34)
C53M0Y6K34 (53%, 0%, 6%, 34%)
(0.53 / 0.00 / 0.06 / 0.34)

CMYK percentages

%52.66
%0
%5.92
%33.73

Codes

Color #50A99F in popluar color models

50 A9 9F
RGB 80 169 159
HSL 173° 35.74% 48.82%
HSB/HSV 173° 52.66% 66.27%
CMYK 52.66% 0.00% 5.92%
33.73%

Color #50A99F in popluar number systems.

HEX 50 A9 9F
Decimal 80 169 159
Binary 1010000 10101001 10011111
Octal 120 251 237

Shades and tints

Shades of #50A99F

#50A99F
(80,169,159)
#499A91
(73,154,145)
#428B83
(66,139,131)
#3B7C75
(59,124,117)
#346D67
(52,109,103)
#2D5E59
(45,94,89)
#264F4B
(38,79,75)
#1F403D
(31,64,61)
#18312F
(24,49,47)
#112221
(17,34,33)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #50A99F

#50A99F
(80,169,159)
#5FB0A7
(95,176,167)
#6EB7AF
(110,183,175)
#7DBEB7
(125,190,183)
#8CC5BF
(140,197,191)
#9BCCC7
(155,204,199)
#AAD3CF
(170,211,207)
#B9DAD7
(185,218,215)
#C8E1DF
(200,225,223)
#D7E8E7
(215,232,231)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A99F color. Also use rgb(80,169,159) instead hex code.

Text Font Color

.myTextColor { color: #50A99F; }

<p style="color:#50A99F">This sample text font color is #50A99F.</p>

This text font color is #50A99F.

Background Color

.myBgColor { background-color: #50A99F; }

<div style="background-color:#50A99F">Inner text</div>

This div background color is #50A99F.

Border color

.myBorderColor { border: 1px solid #50A99F; }

<div style="border:3px solid #50A99F">Div</div>

This div border color is #50A99F.

Opacity

.myOpacity80 { color: #50A99F; opacity: 0.8; }

<p style="color:#50A99F;opacity:0.8;">80%</p>

Text with #50A99F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #50A99F;}

<p style="text-shadow: 3px 3px 1px #50A99F">Text here.</p>

This text has shadow with #50A99F color.


.textShadow {text-shadow: 3px 3px 1px #50A99F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #50A99F, 5px 5px 20px red">Text here.</p>

This text has shadow with #50A99F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50A99F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#50A99F, Direction=45, Strength=4)">Text</p>

This text has shadow with #50A99F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50A99F;
-webkit-box-shadow: 1px 1px 3px 2px #50A99F;
box-shadow: 1px 1px 3px 2px #50A99F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50A99F; -webkit-box-shadow: 1px 1px 3px 2px #50A99F; box-shadow:1px 1px 3px 2px #50A99F;">
Div content here
</div>

This div box has shadow with color #50A99F.

Preview

Color preview on black background

This text has color #50A99F on black background.


Color preview on white background

This text has color #50A99F on white background.


Black color preview on #50A99F background

This text has black color on #50A99F background.


White color preview on #50A99F background

This text has white color on #50A99F background.


Related colors

Complementary color

Complementary color for #hex is #AF5660.


I love getcolorcode.com

Triadic colors

1 #9F50A9 and #A99F50 with #50A99F are triadic colors.

2 #9FA950 and #A9509F with #50A99F are triadic colors.