COLOR #5FE7AE

HEX: #5FE7AE
RGB: (95,231,174)

Color info

#5FE7AE contains mainly green and blue colors. Web safe color of #5FE7AE is #66FF99 (or #6F9).

RGB color model

#5FE7AE color RGB value is (95,231,174).

  • red value is 95;
  • green value is 231;
  • blue value is 174.
RGB:
(95,231,174)
(37%,91%,68%)

RGB channels and saturation

R 95 of 255 = 37%
G 231 of 255 = 91%
B 174 of 255 = 68%

95
231
174

R + G + B ~ 65%. #5FE7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 231 + 174 = 500 (100%)
R 95 of 500 ~ 19%
G 231 of 500 ~ 46.2%
B 174 of 500 ~ 34.8%

%19
%46.2
%34.8

CMYK color model

#5FE7AE color CMYK value is (59,0,25,9).

  • cyan value is 58.87%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 9.41%
CMYK:
(59,0,25,9)
C59M0Y25K9 
(59%,0%,25%,9%)
(0.59/0.00/0.25/0.09)	

CMYK percentages

%58.87
%0
%24.68
%9.41

Codes

Color #5FE7AE in popluar color models

5FE7AE
RGB95231174
HSL155°73.91%63.92%
HSB/HSV155°58.87%90.59%
CMYK58.87%0.00%24.68%
9.41%

Color #5FE7AE in popluar number systems.

HEX5FE7AE
Decimal95231174
Binary10111111110011110101110
Octal137347256

Shades and tints

Shades of #5FE7AE

#5FE7AE
(95,231,174)
#57D29F
(87,210,159)
#4FBD90
(79,189,144)
#47A881
(71,168,129)
#3F9372
(63,147,114)
#377E63
(55,126,99)
#2F6954
(47,105,84)
#275445
(39,84,69)
#1F3F36
(31,63,54)
#172A27
(23,42,39)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #5FE7AE

#5FE7AE
(95,231,174)
#6DE9B5
(109,233,181)
#7BEBBC
(123,235,188)
#89EDC3
(137,237,195)
#97EFCA
(151,239,202)
#A5F1D1
(165,241,209)
#B3F3D8
(179,243,216)
#C1F5DF
(193,245,223)
#CFF7E6
(207,247,230)
#DDF9ED
(221,249,237)
#EBFBF4
(235,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FE7AE color. Also use rgb(95,231,174) instead hex code.

Text Font Color

.myTextColor { color: #5FE7AE; }

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

This text font color is #5FE7AE.


Background Color

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

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

This div background color is #5FE7AE.


Border color

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

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

This div border color is #5FE7AE.


Opacity

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

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

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

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

This text has shadow with #5FE7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FE7AE on black background.


Color preview on white background

This text has color #5FE7AE on white background.



Black color preview on #5FE7AE background

This text has black color on #5FE7AE background.


White color preview on #5FE7AE background

This text has white color on #5FE7AE background.