COLOR #5EABA0

HEX: #5EABA0
RGB: (94,171,160)

Color info

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

RGB color model

#5EABA0 color RGB value is (94,171,160).

  • red value is 94;
  • green value is 171;
  • blue value is 160.
RGB:
(94,171,160)
(37%,67%,63%)

RGB channels and saturation

R 94 of 255 = 37%
G 171 of 255 = 67%
B 160 of 255 = 63%

94
171
160

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

Portions of RGB colors in percentages

R + G + B =
94 + 171 + 160 = 425 (100%)
R 94 of 425 ~ 22.12%
G 171 of 425 ~ 40.24%
B 160 of 425 ~ 37.65%

%22.12
%40.24
%37.65

CMYK color model

#5EABA0 color CMYK value is (45,0,6,33).

  • cyan value is 45.03%
  • magenta value is 0.00%
  • yellow value is 6.43%
  • key color value is 32.94%
CMYK:
(45,0,6,33)
C45M0Y6K33 
(45%,0%,6%,33%)
(0.45/0.00/0.06/0.33)	

CMYK percentages

%45.03
%0
%6.43
%32.94

Codes

Color #5EABA0 in popluar color models

5EABA0
RGB94171160
HSL171°31.43%51.96%
HSB/HSV171°45.03%67.06%
CMYK45.03%0.00%6.43%
32.94%

Color #5EABA0 in popluar number systems.

HEX5EABA0
Decimal94171160
Binary10111101010101110100000
Octal136253240

Shades and tints

Shades of #5EABA0

#5EABA0
(94,171,160)
#569C92
(86,156,146)
#4E8D84
(78,141,132)
#467E76
(70,126,118)
#3E6F68
(62,111,104)
#36605A
(54,96,90)
#2E514C
(46,81,76)
#26423E
(38,66,62)
#1E3330
(30,51,48)
#162422
(22,36,34)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #5EABA0

#5EABA0
(94,171,160)
#6CB2A8
(108,178,168)
#7AB9B0
(122,185,176)
#88C0B8
(136,192,184)
#96C7C0
(150,199,192)
#A4CEC8
(164,206,200)
#B2D5D0
(178,213,208)
#C0DCD8
(192,220,216)
#CEE3E0
(206,227,224)
#DCEAE8
(220,234,232)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EABA0 color. Also use rgb(94,171,160) instead hex code.

Text Font Color

.myTextColor { color: #5EABA0; }

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

This text font color is #5EABA0.


Background Color

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

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

This div background color is #5EABA0.


Border color

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

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

This div border color is #5EABA0.


Opacity

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

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

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

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

This text has shadow with #5EABA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EABA0 on black background.


Color preview on white background

This text has color #5EABA0 on white background.



Black color preview on #5EABA0 background

This text has black color on #5EABA0 background.


White color preview on #5EABA0 background

This text has white color on #5EABA0 background.