COLOR #5EB19C

HEX: #5EB19C
RGB: (94,177,156)

Color info

#5EB19C contains mainly green and blue colors. Web safe color of #5EB19C is #669999 (or #699).

RGB color model

#5EB19C color RGB value is (94,177,156).

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

RGB channels and saturation

R 94 of 255 = 37%
G 177 of 255 = 69%
B 156 of 255 = 61%

94
177
156

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

Portions of RGB colors in percentages

R + G + B =
94 + 177 + 156 = 427 (100%)
R 94 of 427 ~ 22.01%
G 177 of 427 ~ 41.45%
B 156 of 427 ~ 36.53%

%22.01
%41.45
%36.53

CMYK color model

#5EB19C color CMYK value is (47,0,12,31).

  • cyan value is 46.89%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 30.59%
CMYK:
(47,0,12,31)
C47M0Y12K31 
(47%,0%,12%,31%)
(0.47/0.00/0.12/0.31)	

CMYK percentages

%46.89
%0
%11.86
%30.59

Codes

Color #5EB19C in popluar color models

5EB19C
RGB94177156
HSL165°34.73%53.14%
HSB/HSV165°46.89%69.41%
CMYK46.89%0.00%11.86%
30.59%

Color #5EB19C in popluar number systems.

HEX5EB19C
Decimal94177156
Binary10111101011000110011100
Octal136261234

Shades and tints

Shades of #5EB19C

#5EB19C
(94,177,156)
#56A18E
(86,161,142)
#4E9180
(78,145,128)
#468172
(70,129,114)
#3E7164
(62,113,100)
#366156
(54,97,86)
#2E5148
(46,81,72)
#26413A
(38,65,58)
#1E312C
(30,49,44)
#16211E
(22,33,30)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #5EB19C

#5EB19C
(94,177,156)
#6CB8A5
(108,184,165)
#7ABFAE
(122,191,174)
#88C6B7
(136,198,183)
#96CDC0
(150,205,192)
#A4D4C9
(164,212,201)
#B2DBD2
(178,219,210)
#C0E2DB
(192,226,219)
#CEE9E4
(206,233,228)
#DCF0ED
(220,240,237)
#EAF7F6
(234,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EB19C; }

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

This text font color is #5EB19C.


Background Color

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

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

This div background color is #5EB19C.


Border color

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

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

This div border color is #5EB19C.


Opacity

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

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

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

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

This text has shadow with #5EB19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB19C on black background.


Color preview on white background

This text has color #5EB19C on white background.



Black color preview on #5EB19C background

This text has black color on #5EB19C background.


White color preview on #5EB19C background

This text has white color on #5EB19C background.