COLOR #5FD4A4

HEX: #5FD4A4 RGB: (95,212,164)

Color info

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

RGB color model

#5FD4A4 color RGB value is (95,212,164).

RGB: (95,212,164) (37%, 83%, 64%)

RGB channels and saturation

R 95 of 255 = 37%
G 212 of 255 = 83%
B 164 of 255 = 64%

95
212
164

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

Portions of RGB colors in percentages

R + G + B = 95 + 212 + 164 = 471 (100%)
R 95 of 471 ~ 20.17%
G 212 of 471 ~ 45.01%
B 164 of 471 ~ 34.82'%

%20.17
%45.01
%34.82

CMYK color model

#5FD4A4 color CMYK value is (55,0,23,17).

  • cyan value is 55.19%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 16.86%

CMYK: (55,0,23,17)
C55M0Y23K17 (55%, 0%, 23%, 17%)
(0.55 / 0.00 / 0.23 / 0.17)

CMYK percentages

%55.19
%0
%22.64
%16.86

Codes

Color #5FD4A4 in popluar color models

5F D4 A4
RGB 95 212 164
HSL 155° 57.64% 60.20%
HSB/HSV 155° 55.19% 83.14%
CMYK 55.19% 0.00% 22.64%
16.86%

Color #5FD4A4 in popluar number systems.

HEX 5F D4 A4
Decimal 95 212 164
Binary 1011111 11010100 10100100
Octal 137 324 244

Shades and tints

Shades of #5FD4A4

#5FD4A4
(95,212,164)
#57C196
(87,193,150)
#4FAE88
(79,174,136)
#479B7A
(71,155,122)
#3F886C
(63,136,108)
#37755E
(55,117,94)
#2F6250
(47,98,80)
#274F42
(39,79,66)
#1F3C34
(31,60,52)
#172926
(23,41,38)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #5FD4A4

#5FD4A4
(95,212,164)
#6DD7AC
(109,215,172)
#7BDAB4
(123,218,180)
#89DDBC
(137,221,188)
#97E0C4
(151,224,196)
#A5E3CC
(165,227,204)
#B3E6D4
(179,230,212)
#C1E9DC
(193,233,220)
#CFECE4
(207,236,228)
#DDEFEC
(221,239,236)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FD4A4 color. Also use rgb(95,212,164) instead hex code.

Text Font Color

.myTextColor { color: #5FD4A4; }

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

This text font color is #5FD4A4.

Background Color

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

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

This div background color is #5FD4A4.

Border color

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

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

This div border color is #5FD4A4.

Opacity

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

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

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

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

This text has shadow with #5FD4A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FD4A4.

Preview

Color preview on black background

This text has color #5FD4A4 on black background.


Color preview on white background

This text has color #5FD4A4 on white background.


Black color preview on #5FD4A4 background

This text has black color on #5FD4A4 background.


White color preview on #5FD4A4 background

This text has white color on #5FD4A4 background.


Related colors

Complementary color

Complementary color for #hex is #A02B5B.


I love getcolorcode.com

Triadic colors

1 #A45FD4 and #D4A45F with #5FD4A4 are triadic colors.

2 #A4D45F and #D45FA4 with #5FD4A4 are triadic colors.