COLOR #5EB08A

HEX: #5EB08A
RGB: (94,176,138)

Color info

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

RGB color model

#5EB08A color RGB value is (94,176,138).

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

RGB channels and saturation

R 94 of 255 = 37%
G 176 of 255 = 69%
B 138 of 255 = 54%

94
176
138

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

Portions of RGB colors in percentages

R + G + B =
94 + 176 + 138 = 408 (100%)
R 94 of 408 ~ 23.04%
G 176 of 408 ~ 43.14%
B 138 of 408 ~ 33.82%

%23.04
%43.14
%33.82

CMYK color model

#5EB08A color CMYK value is (47,0,22,31).

  • cyan value is 46.59%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 30.98%
CMYK:
(47,0,22,31)
C47M0Y22K31 
(47%,0%,22%,31%)
(0.47/0.00/0.22/0.31)	

CMYK percentages

%46.59
%0
%21.59
%30.98

Codes

Color #5EB08A in popluar color models

5EB08A
RGB94176138
HSL152°34.17%52.94%
HSB/HSV152°46.59%69.02%
CMYK46.59%0.00%21.59%
30.98%

Color #5EB08A in popluar number systems.

HEX5EB08A
Decimal94176138
Binary10111101011000010001010
Octal136260212

Shades and tints

Shades of #5EB08A

#5EB08A
(94,176,138)
#56A07E
(86,160,126)
#4E9072
(78,144,114)
#468066
(70,128,102)
#3E705A
(62,112,90)
#36604E
(54,96,78)
#2E5042
(46,80,66)
#264036
(38,64,54)
#1E302A
(30,48,42)
#16201E
(22,32,30)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #5EB08A

#5EB08A
(94,176,138)
#6CB794
(108,183,148)
#7ABE9E
(122,190,158)
#88C5A8
(136,197,168)
#96CCB2
(150,204,178)
#A4D3BC
(164,211,188)
#B2DAC6
(178,218,198)
#C0E1D0
(192,225,208)
#CEE8DA
(206,232,218)
#DCEFE4
(220,239,228)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EB08A; }

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

This text font color is #5EB08A.


Background Color

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

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

This div background color is #5EB08A.


Border color

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

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

This div border color is #5EB08A.


Opacity

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

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

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

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

This text has shadow with #5EB08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB08A on black background.


Color preview on white background

This text has color #5EB08A on white background.



Black color preview on #5EB08A background

This text has black color on #5EB08A background.


White color preview on #5EB08A background

This text has white color on #5EB08A background.