COLOR #5FC9AD

HEX: #5FC9AD RGB: (95,201,173)

Color info

#5FC9AD contains mainly green and blue colors. Web safe color of #5FC9AD is #66CC99 (or #6C9).

RGB color model

#5FC9AD color RGB value is (95,201,173).

RGB: (95,201,173) (37%, 79%, 68%)

RGB channels and saturation

R 95 of 255 = 37%
G 201 of 255 = 79%
B 173 of 255 = 68%

95
201
173

R + G + B ~ 61%. #5FC9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 95 + 201 + 173 = 469 (100%)
R 95 of 469 ~ 20.26%
G 201 of 469 ~ 42.86%
B 173 of 469 ~ 36.89'%

%20.26
%42.86
%36.89

CMYK color model

#5FC9AD color CMYK value is (53,0,14,21).

  • cyan value is 52.74%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%

CMYK: (53,0,14,21)
C53M0Y14K21 (53%, 0%, 14%, 21%)
(0.53 / 0.00 / 0.14 / 0.21)

CMYK percentages

%52.74
%0
%13.93
%21.18

Codes

Color #5FC9AD in popluar color models

5F C9 AD
RGB 95 201 173
HSL 164° 49.53% 58.04%
HSB/HSV 164° 52.74% 78.82%
CMYK 52.74% 0.00% 13.93%
21.18%

Color #5FC9AD in popluar number systems.

HEX 5F C9 AD
Decimal 95 201 173
Binary 1011111 11001001 10101101
Octal 137 311 255

Shades and tints

Shades of #5FC9AD

#5FC9AD
(95,201,173)
#57B79E
(87,183,158)
#4FA58F
(79,165,143)
#479380
(71,147,128)
#3F8171
(63,129,113)
#376F62
(55,111,98)
#2F5D53
(47,93,83)
#274B44
(39,75,68)
#1F3935
(31,57,53)
#172726
(23,39,38)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #5FC9AD

#5FC9AD
(95,201,173)
#6DCDB4
(109,205,180)
#7BD1BB
(123,209,187)
#89D5C2
(137,213,194)
#97D9C9
(151,217,201)
#A5DDD0
(165,221,208)
#B3E1D7
(179,225,215)
#C1E5DE
(193,229,222)
#CFE9E5
(207,233,229)
#DDEDEC
(221,237,236)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FC9AD color. Also use rgb(95,201,173) instead hex code.

Text Font Color

.myTextColor { color: #5FC9AD; }

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

This text font color is #5FC9AD.

Background Color

.myBgColor { background-color: #5FC9AD; }

<div style="background-color:#5FC9AD">Inner text</div>

This div background color is #5FC9AD.

Border color

.myBorderColor { border: 1px solid #5FC9AD; }

<div style="border:3px solid #5FC9AD">Div</div>

This div border color is #5FC9AD.

Opacity

.myOpacity80 { color: #5FC9AD; opacity: 0.8; }

<p style="color:#5FC9AD;opacity:0.8;">80%</p>

Text with #5FC9AD 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 #5FC9AD;}

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

This text has shadow with #5FC9AD color.


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

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

This text has shadow with #5FC9AD primary color and red secondary color.


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

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

This text has shadow with #5FC9AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5FC9AD.

Preview

Color preview on black background

This text has color #5FC9AD on black background.


Color preview on white background

This text has color #5FC9AD on white background.


Black color preview on #5FC9AD background

This text has black color on #5FC9AD background.


White color preview on #5FC9AD background

This text has white color on #5FC9AD background.


Related colors

Complementary color

Complementary color for #hex is #A03652.


I love getcolorcode.com

Triadic colors

1 #AD5FC9 and #C9AD5F with #5FC9AD are triadic colors.

2 #ADC95F and #C95FAD with #5FC9AD are triadic colors.