COLOR #5EAA9E

HEX: #5EAA9E
RGB: (94,170,158)

Color info

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

RGB color model

#5EAA9E color RGB value is (94,170,158).

  • red value is 94;
  • green value is 170;
  • blue value is 158.
RGB:
(94,170,158)
(37%,67%,62%)

RGB channels and saturation

R 94 of 255 = 37%
G 170 of 255 = 67%
B 158 of 255 = 62%

94
170
158

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

Portions of RGB colors in percentages

R + G + B =
94 + 170 + 158 = 422 (100%)
R 94 of 422 ~ 22.27%
G 170 of 422 ~ 40.28%
B 158 of 422 ~ 37.44%

%22.27
%40.28
%37.44

CMYK color model

#5EAA9E color CMYK value is (45,0,7,33).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(45,0,7,33)
C45M0Y7K33 
(45%,0%,7%,33%)
(0.45/0.00/0.07/0.33)	

CMYK percentages

%44.71
%0
%7.06
%33.33

Codes

Color #5EAA9E in popluar color models

5EAA9E
RGB94170158
HSL171°30.89%51.76%
HSB/HSV171°44.71%66.67%
CMYK44.71%0.00%7.06%
33.33%

Color #5EAA9E in popluar number systems.

HEX5EAA9E
Decimal94170158
Binary10111101010101010011110
Octal136252236

Shades and tints

Shades of #5EAA9E

#5EAA9E
(94,170,158)
#569B90
(86,155,144)
#4E8C82
(78,140,130)
#467D74
(70,125,116)
#3E6E66
(62,110,102)
#365F58
(54,95,88)
#2E504A
(46,80,74)
#26413C
(38,65,60)
#1E322E
(30,50,46)
#162320
(22,35,32)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #5EAA9E

#5EAA9E
(94,170,158)
#6CB1A6
(108,177,166)
#7AB8AE
(122,184,174)
#88BFB6
(136,191,182)
#96C6BE
(150,198,190)
#A4CDC6
(164,205,198)
#B2D4CE
(178,212,206)
#C0DBD6
(192,219,214)
#CEE2DE
(206,226,222)
#DCE9E6
(220,233,230)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAA9E color. Also use rgb(94,170,158) instead hex code.

Text Font Color

.myTextColor { color: #5EAA9E; }

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

This text font color is #5EAA9E.


Background Color

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

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

This div background color is #5EAA9E.


Border color

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

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

This div border color is #5EAA9E.


Opacity

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

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

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

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

This text has shadow with #5EAA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EAA9E on black background.


Color preview on white background

This text has color #5EAA9E on white background.



Black color preview on #5EAA9E background

This text has black color on #5EAA9E background.


White color preview on #5EAA9E background

This text has white color on #5EAA9E background.