COLOR #5EA5A4

HEX: #5EA5A4
RGB: (94,165,164)

Color info

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

RGB color model

#5EA5A4 color RGB value is (94,165,164).

  • red value is 94;
  • green value is 165;
  • blue value is 164.
RGB:
(94,165,164)
(37%,65%,64%)

RGB channels and saturation

R 94 of 255 = 37%
G 165 of 255 = 65%
B 164 of 255 = 64%

94
165
164

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

Portions of RGB colors in percentages

R + G + B =
94 + 165 + 164 = 423 (100%)
R 94 of 423 ~ 22.22%
G 165 of 423 ~ 39.01%
B 164 of 423 ~ 38.77%

%22.22
%39.01
%38.77

CMYK color model

#5EA5A4 color CMYK value is (43,0,1,35).

  • cyan value is 43.03%
  • magenta value is 0.00%
  • yellow value is 0.61%
  • key color value is 35.29%
CMYK:
(43,0,1,35)
C43M0Y1K35 
(43%,0%,1%,35%)
(0.43/0.00/0.01/0.35)	

CMYK percentages

%43.03
%0
%0.61
%35.29

Codes

Color #5EA5A4 in popluar color models

5EA5A4
RGB94165164
HSL179°28.29%50.78%
HSB/HSV179°43.03%64.71%
CMYK43.03%0.00%0.61%
35.29%

Color #5EA5A4 in popluar number systems.

HEX5EA5A4
Decimal94165164
Binary10111101010010110100100
Octal136245244

Shades and tints

Shades of #5EA5A4

#5EA5A4
(94,165,164)
#569696
(86,150,150)
#4E8788
(78,135,136)
#46787A
(70,120,122)
#3E696C
(62,105,108)
#365A5E
(54,90,94)
#2E4B50
(46,75,80)
#263C42
(38,60,66)
#1E2D34
(30,45,52)
#161E26
(22,30,38)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #5EA5A4

#5EA5A4
(94,165,164)
#6CADAC
(108,173,172)
#7AB5B4
(122,181,180)
#88BDBC
(136,189,188)
#96C5C4
(150,197,196)
#A4CDCC
(164,205,204)
#B2D5D4
(178,213,212)
#C0DDDC
(192,221,220)
#CEE5E4
(206,229,228)
#DCEDEC
(220,237,236)
#EAF5F4
(234,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA5A4 color. Also use rgb(94,165,164) instead hex code.

Text Font Color

.myTextColor { color: #5EA5A4; }

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

This text font color is #5EA5A4.


Background Color

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

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

This div background color is #5EA5A4.


Border color

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

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

This div border color is #5EA5A4.


Opacity

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

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

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

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

This text has shadow with #5EA5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA5A4 on black background.


Color preview on white background

This text has color #5EA5A4 on white background.



Black color preview on #5EA5A4 background

This text has black color on #5EA5A4 background.


White color preview on #5EA5A4 background

This text has white color on #5EA5A4 background.