COLOR #5EC99C

HEX: #5EC99C
RGB: (94,201,156)

Color info

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

RGB color model

#5EC99C color RGB value is (94,201,156).

  • red value is 94;
  • green value is 201;
  • blue value is 156.
RGB:
(94,201,156)
(37%,79%,61%)

RGB channels and saturation

R 94 of 255 = 37%
G 201 of 255 = 79%
B 156 of 255 = 61%

94
201
156

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

Portions of RGB colors in percentages

R + G + B =
94 + 201 + 156 = 451 (100%)
R 94 of 451 ~ 20.84%
G 201 of 451 ~ 44.57%
B 156 of 451 ~ 34.59%

%20.84
%44.57
%34.59

CMYK color model

#5EC99C color CMYK value is (53,0,22,21).

  • cyan value is 53.23%
  • magenta value is 0.00%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK:
(53,0,22,21)
C53M0Y22K21 
(53%,0%,22%,21%)
(0.53/0.00/0.22/0.21)	

CMYK percentages

%53.23
%0
%22.39
%21.18

Codes

Color #5EC99C in popluar color models

5EC99C
RGB94201156
HSL155°49.77%57.84%
HSB/HSV155°53.23%78.82%
CMYK53.23%0.00%22.39%
21.18%

Color #5EC99C in popluar number systems.

HEX5EC99C
Decimal94201156
Binary10111101100100110011100
Octal136311234

Shades and tints

Shades of #5EC99C

#5EC99C
(94,201,156)
#56B78E
(86,183,142)
#4EA580
(78,165,128)
#469372
(70,147,114)
#3E8164
(62,129,100)
#366F56
(54,111,86)
#2E5D48
(46,93,72)
#264B3A
(38,75,58)
#1E392C
(30,57,44)
#16271E
(22,39,30)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #5EC99C

#5EC99C
(94,201,156)
#6CCDA5
(108,205,165)
#7AD1AE
(122,209,174)
#88D5B7
(136,213,183)
#96D9C0
(150,217,192)
#A4DDC9
(164,221,201)
#B2E1D2
(178,225,210)
#C0E5DB
(192,229,219)
#CEE9E4
(206,233,228)
#DCEDED
(220,237,237)
#EAF1F6
(234,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EC99C color. Also use rgb(94,201,156) instead hex code.

Text Font Color

.myTextColor { color: #5EC99C; }

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

This text font color is #5EC99C.


Background Color

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

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

This div background color is #5EC99C.


Border color

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

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

This div border color is #5EC99C.


Opacity

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

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

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

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

This text has shadow with #5EC99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC99C on black background.


Color preview on white background

This text has color #5EC99C on white background.



Black color preview on #5EC99C background

This text has black color on #5EC99C background.


White color preview on #5EC99C background

This text has white color on #5EC99C background.