COLOR #5EC0A5

HEX: #5EC0A5
RGB: (94,192,165)

Color info

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

RGB color model

#5EC0A5 color RGB value is (94,192,165).

  • red value is 94;
  • green value is 192;
  • blue value is 165.
RGB:
(94,192,165)
(37%,75%,65%)

RGB channels and saturation

R 94 of 255 = 37%
G 192 of 255 = 75%
B 165 of 255 = 65%

94
192
165

R + G + B ~ 59%. #5EC0A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 192 + 165 = 451 (100%)
R 94 of 451 ~ 20.84%
G 192 of 451 ~ 42.57%
B 165 of 451 ~ 36.59%

%20.84
%42.57
%36.59

CMYK color model

#5EC0A5 color CMYK value is (51,0,14,25).

  • cyan value is 51.04%
  • magenta value is 0.00%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(51,0,14,25)
C51M0Y14K25 
(51%,0%,14%,25%)
(0.51/0.00/0.14/0.25)	

CMYK percentages

%51.04
%0
%14.06
%24.71

Codes

Color #5EC0A5 in popluar color models

5EC0A5
RGB94192165
HSL163°43.75%56.08%
HSB/HSV163°51.04%75.29%
CMYK51.04%0.00%14.06%
24.71%

Color #5EC0A5 in popluar number systems.

HEX5EC0A5
Decimal94192165
Binary10111101100000010100101
Octal136300245

Shades and tints

Shades of #5EC0A5

#5EC0A5
(94,192,165)
#56AF96
(86,175,150)
#4E9E87
(78,158,135)
#468D78
(70,141,120)
#3E7C69
(62,124,105)
#366B5A
(54,107,90)
#2E5A4B
(46,90,75)
#26493C
(38,73,60)
#1E382D
(30,56,45)
#16271E
(22,39,30)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #5EC0A5

#5EC0A5
(94,192,165)
#6CC5AD
(108,197,173)
#7ACAB5
(122,202,181)
#88CFBD
(136,207,189)
#96D4C5
(150,212,197)
#A4D9CD
(164,217,205)
#B2DED5
(178,222,213)
#C0E3DD
(192,227,221)
#CEE8E5
(206,232,229)
#DCEDED
(220,237,237)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EC0A5 color. Also use rgb(94,192,165) instead hex code.

Text Font Color

.myTextColor { color: #5EC0A5; }

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

This text font color is #5EC0A5.


Background Color

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

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

This div background color is #5EC0A5.


Border color

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

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

This div border color is #5EC0A5.


Opacity

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

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

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

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

This text has shadow with #5EC0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC0A5 on black background.


Color preview on white background

This text has color #5EC0A5 on white background.



Black color preview on #5EC0A5 background

This text has black color on #5EC0A5 background.


White color preview on #5EC0A5 background

This text has white color on #5EC0A5 background.