COLOR #5ECCA8

HEX: #5ECCA8
RGB: (94,204,168)

Color info

#5ECCA8 contains mainly green and blue colors. Web safe color of #5ECCA8 is #66CC99 (or #6C9).

RGB color model

#5ECCA8 color RGB value is (94,204,168).

  • red value is 94;
  • green value is 204;
  • blue value is 168.
RGB:
(94,204,168)
(37%,80%,66%)

RGB channels and saturation

R 94 of 255 = 37%
G 204 of 255 = 80%
B 168 of 255 = 66%

94
204
168

R + G + B ~ 61%. #5ECCA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 204 + 168 = 466 (100%)
R 94 of 466 ~ 20.17%
G 204 of 466 ~ 43.78%
B 168 of 466 ~ 36.05%

%20.17
%43.78
%36.05

CMYK color model

#5ECCA8 color CMYK value is (54,0,18,20).

  • cyan value is 53.92%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 20.00%
CMYK:
(54,0,18,20)
C54M0Y18K20 
(54%,0%,18%,20%)
(0.54/0.00/0.18/0.20)	

CMYK percentages

%53.92
%0
%17.65
%20

Codes

Color #5ECCA8 in popluar color models

5ECCA8
RGB94204168
HSL160°51.89%58.43%
HSB/HSV160°53.92%80.00%
CMYK53.92%0.00%17.65%
20.00%

Color #5ECCA8 in popluar number systems.

HEX5ECCA8
Decimal94204168
Binary10111101100110010101000
Octal136314250

Shades and tints

Shades of #5ECCA8

#5ECCA8
(94,204,168)
#56BA99
(86,186,153)
#4EA88A
(78,168,138)
#46967B
(70,150,123)
#3E846C
(62,132,108)
#36725D
(54,114,93)
#2E604E
(46,96,78)
#264E3F
(38,78,63)
#1E3C30
(30,60,48)
#162A21
(22,42,33)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #5ECCA8

#5ECCA8
(94,204,168)
#6CD0AF
(108,208,175)
#7AD4B6
(122,212,182)
#88D8BD
(136,216,189)
#96DCC4
(150,220,196)
#A4E0CB
(164,224,203)
#B2E4D2
(178,228,210)
#C0E8D9
(192,232,217)
#CEECE0
(206,236,224)
#DCF0E7
(220,240,231)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ECCA8 color. Also use rgb(94,204,168) instead hex code.

Text Font Color

.myTextColor { color: #5ECCA8; }

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

This text font color is #5ECCA8.


Background Color

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

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

This div background color is #5ECCA8.


Border color

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

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

This div border color is #5ECCA8.


Opacity

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

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

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

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

This text has shadow with #5ECCA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ECCA8 on black background.


Color preview on white background

This text has color #5ECCA8 on white background.



Black color preview on #5ECCA8 background

This text has black color on #5ECCA8 background.


White color preview on #5ECCA8 background

This text has white color on #5ECCA8 background.