COLOR #5EA9AE

HEX: #5EA9AE
RGB: (94,169,174)

Color info

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

RGB color model

#5EA9AE color RGB value is (94,169,174).

  • red value is 94;
  • green value is 169;
  • blue value is 174.
RGB:
(94,169,174)
(37%,66%,68%)

RGB channels and saturation

R 94 of 255 = 37%
G 169 of 255 = 66%
B 174 of 255 = 68%

94
169
174

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

Portions of RGB colors in percentages

R + G + B =
94 + 169 + 174 = 437 (100%)
R 94 of 437 ~ 21.51%
G 169 of 437 ~ 38.67%
B 174 of 437 ~ 39.82%

%21.51
%38.67
%39.82

CMYK color model

#5EA9AE color CMYK value is (46,3,0,32).

  • cyan value is 45.98%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(46,3,0,32)
C46M3Y0K32 
(46%,3%,0%,32%)
(0.46/0.03/0.00/0.32)	

CMYK percentages

%45.98
%2.87
%0
%31.76

Codes

Color #5EA9AE in popluar color models

5EA9AE
RGB94169174
HSL184°33.06%52.55%
HSB/HSV184°45.98%68.24%
CMYK45.98%2.87%0.00%
31.76%

Color #5EA9AE in popluar number systems.

HEX5EA9AE
Decimal94169174
Binary10111101010100110101110
Octal136251256

Shades and tints

Shades of #5EA9AE

#5EA9AE
(94,169,174)
#569A9F
(86,154,159)
#4E8B90
(78,139,144)
#467C81
(70,124,129)
#3E6D72
(62,109,114)
#365E63
(54,94,99)
#2E4F54
(46,79,84)
#264045
(38,64,69)
#1E3136
(30,49,54)
#162227
(22,34,39)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #5EA9AE

#5EA9AE
(94,169,174)
#6CB0B5
(108,176,181)
#7AB7BC
(122,183,188)
#88BEC3
(136,190,195)
#96C5CA
(150,197,202)
#A4CCD1
(164,204,209)
#B2D3D8
(178,211,216)
#C0DADF
(192,218,223)
#CEE1E6
(206,225,230)
#DCE8ED
(220,232,237)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA9AE color. Also use rgb(94,169,174) instead hex code.

Text Font Color

.myTextColor { color: #5EA9AE; }

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

This text font color is #5EA9AE.


Background Color

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

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

This div background color is #5EA9AE.


Border color

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

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

This div border color is #5EA9AE.


Opacity

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

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

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

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

This text has shadow with #5EA9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA9AE on black background.


Color preview on white background

This text has color #5EA9AE on white background.



Black color preview on #5EA9AE background

This text has black color on #5EA9AE background.


White color preview on #5EA9AE background

This text has white color on #5EA9AE background.