COLOR #5EA29B

HEX: #5EA29B
RGB: (94,162,155)

Color info

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

RGB color model

#5EA29B color RGB value is (94,162,155).

  • red value is 94;
  • green value is 162;
  • blue value is 155.
RGB:
(94,162,155)
(37%,64%,61%)

RGB channels and saturation

R 94 of 255 = 37%
G 162 of 255 = 64%
B 155 of 255 = 61%

94
162
155

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

Portions of RGB colors in percentages

R + G + B =
94 + 162 + 155 = 411 (100%)
R 94 of 411 ~ 22.87%
G 162 of 411 ~ 39.42%
B 155 of 411 ~ 37.71%

%22.87
%39.42
%37.71

CMYK color model

#5EA29B color CMYK value is (42,0,4,36).

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 4.32%
  • key color value is 36.47%
CMYK:
(42,0,4,36)
C42M0Y4K36 
(42%,0%,4%,36%)
(0.42/0.00/0.04/0.36)	

CMYK percentages

%41.98
%0
%4.32
%36.47

Codes

Color #5EA29B in popluar color models

5EA29B
RGB94162155
HSL174°26.77%50.20%
HSB/HSV174°41.98%63.53%
CMYK41.98%0.00%4.32%
36.47%

Color #5EA29B in popluar number systems.

HEX5EA29B
Decimal94162155
Binary10111101010001010011011
Octal136242233

Shades and tints

Shades of #5EA29B

#5EA29B
(94,162,155)
#56948D
(86,148,141)
#4E867F
(78,134,127)
#467871
(70,120,113)
#3E6A63
(62,106,99)
#365C55
(54,92,85)
#2E4E47
(46,78,71)
#264039
(38,64,57)
#1E322B
(30,50,43)
#16241D
(22,36,29)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #5EA29B

#5EA29B
(94,162,155)
#6CAAA4
(108,170,164)
#7AB2AD
(122,178,173)
#88BAB6
(136,186,182)
#96C2BF
(150,194,191)
#A4CAC8
(164,202,200)
#B2D2D1
(178,210,209)
#C0DADA
(192,218,218)
#CEE2E3
(206,226,227)
#DCEAEC
(220,234,236)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA29B color. Also use rgb(94,162,155) instead hex code.

Text Font Color

.myTextColor { color: #5EA29B; }

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

This text font color is #5EA29B.


Background Color

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

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

This div background color is #5EA29B.


Border color

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

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

This div border color is #5EA29B.


Opacity

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

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

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

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

This text has shadow with #5EA29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA29B on black background.


Color preview on white background

This text has color #5EA29B on white background.



Black color preview on #5EA29B background

This text has black color on #5EA29B background.


White color preview on #5EA29B background

This text has white color on #5EA29B background.