COLOR #5EACA0

HEX: #5EACA0
RGB: (94,172,160)

Color info

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

RGB color model

#5EACA0 color RGB value is (94,172,160).

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

RGB channels and saturation

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

94
172
160

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

Portions of RGB colors in percentages

R + G + B =
94 + 172 + 160 = 426 (100%)
R 94 of 426 ~ 22.07%
G 172 of 426 ~ 40.38%
B 160 of 426 ~ 37.56%

%22.07
%40.38
%37.56

CMYK color model

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

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

CMYK percentages

%45.35
%0
%6.98
%32.55

Codes

Color #5EACA0 in popluar color models

5EACA0
RGB94172160
HSL171°31.97%52.16%
HSB/HSV171°45.35%67.45%
CMYK45.35%0.00%6.98%
32.55%

Color #5EACA0 in popluar number systems.

HEX5EACA0
Decimal94172160
Binary10111101010110010100000
Octal136254240

Shades and tints

Shades of #5EACA0

#5EACA0
(94,172,160)
#569D92
(86,157,146)
#4E8E84
(78,142,132)
#467F76
(70,127,118)
#3E7068
(62,112,104)
#36615A
(54,97,90)
#2E524C
(46,82,76)
#26433E
(38,67,62)
#1E3430
(30,52,48)
#162522
(22,37,34)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #5EACA0

#5EACA0
(94,172,160)
#6CB3A8
(108,179,168)
#7ABAB0
(122,186,176)
#88C1B8
(136,193,184)
#96C8C0
(150,200,192)
#A4CFC8
(164,207,200)
#B2D6D0
(178,214,208)
#C0DDD8
(192,221,216)
#CEE4E0
(206,228,224)
#DCEBE8
(220,235,232)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EACA0; }

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

This text font color is #5EACA0.


Background Color

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

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

This div background color is #5EACA0.


Border color

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

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

This div border color is #5EACA0.


Opacity

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

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

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

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

This text has shadow with #5EACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EACA0 on black background.


Color preview on white background

This text has color #5EACA0 on white background.



Black color preview on #5EACA0 background

This text has black color on #5EACA0 background.


White color preview on #5EACA0 background

This text has white color on #5EACA0 background.