COLOR #5EB09C

HEX: #5EB09C
RGB: (94,176,156)

Color info

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

RGB color model

#5EB09C color RGB value is (94,176,156).

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

RGB channels and saturation

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

94
176
156

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

Portions of RGB colors in percentages

R + G + B =
94 + 176 + 156 = 426 (100%)
R 94 of 426 ~ 22.07%
G 176 of 426 ~ 41.31%
B 156 of 426 ~ 36.62%

%22.07
%41.31
%36.62

CMYK color model

#5EB09C color CMYK value is (47,0,11,31).

  • cyan value is 46.59%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 30.98%
CMYK:
(47,0,11,31)
C47M0Y11K31 
(47%,0%,11%,31%)
(0.47/0.00/0.11/0.31)	

CMYK percentages

%46.59
%0
%11.36
%30.98

Codes

Color #5EB09C in popluar color models

5EB09C
RGB94176156
HSL165°34.17%52.94%
HSB/HSV165°46.59%69.02%
CMYK46.59%0.00%11.36%
30.98%

Color #5EB09C in popluar number systems.

HEX5EB09C
Decimal94176156
Binary10111101011000010011100
Octal136260234

Shades and tints

Shades of #5EB09C

#5EB09C
(94,176,156)
#56A08E
(86,160,142)
#4E9080
(78,144,128)
#468072
(70,128,114)
#3E7064
(62,112,100)
#366056
(54,96,86)
#2E5048
(46,80,72)
#26403A
(38,64,58)
#1E302C
(30,48,44)
#16201E
(22,32,30)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #5EB09C

#5EB09C
(94,176,156)
#6CB7A5
(108,183,165)
#7ABEAE
(122,190,174)
#88C5B7
(136,197,183)
#96CCC0
(150,204,192)
#A4D3C9
(164,211,201)
#B2DAD2
(178,218,210)
#C0E1DB
(192,225,219)
#CEE8E4
(206,232,228)
#DCEFED
(220,239,237)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EB09C; }

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

This text font color is #5EB09C.


Background Color

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

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

This div background color is #5EB09C.


Border color

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

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

This div border color is #5EB09C.


Opacity

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

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

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

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

This text has shadow with #5EB09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB09C on black background.


Color preview on white background

This text has color #5EB09C on white background.



Black color preview on #5EB09C background

This text has black color on #5EB09C background.


White color preview on #5EB09C background

This text has white color on #5EB09C background.