COLOR #5EC6CA

HEX: #5EC6CA
RGB: (94,198,202)

Color info

#5EC6CA contains mainly green and blue colors. Web safe color of #5EC6CA is #66CCCC (or #6CC).

RGB color model

#5EC6CA color RGB value is (94,198,202).

  • red value is 94;
  • green value is 198;
  • blue value is 202.
RGB:
(94,198,202)
(37%,78%,79%)

RGB channels and saturation

R 94 of 255 = 37%
G 198 of 255 = 78%
B 202 of 255 = 79%

94
198
202

R + G + B ~ 65%. #5EC6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
94 + 198 + 202 = 494 (100%)
R 94 of 494 ~ 19.03%
G 198 of 494 ~ 40.08%
B 202 of 494 ~ 40.89%

%19.03
%40.08
%40.89

CMYK color model

#5EC6CA color CMYK value is (53,2,0,21).

  • cyan value is 53.47%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(53,2,0,21)
C53M2Y0K21 
(53%,2%,0%,21%)
(0.53/0.02/0.00/0.21)	

CMYK percentages

%53.47
%1.98
%0
%20.78

Codes

Color #5EC6CA in popluar color models

5EC6CA
RGB94198202
HSL182°50.47%58.04%
HSB/HSV182°53.47%79.22%
CMYK53.47%1.98%0.00%
20.78%

Color #5EC6CA in popluar number systems.

HEX5EC6CA
Decimal94198202
Binary10111101100011011001010
Octal136306312

Shades and tints

Shades of #5EC6CA

#5EC6CA
(94,198,202)
#56B4B8
(86,180,184)
#4EA2A6
(78,162,166)
#469094
(70,144,148)
#3E7E82
(62,126,130)
#366C70
(54,108,112)
#2E5A5E
(46,90,94)
#26484C
(38,72,76)
#1E363A
(30,54,58)
#162428
(22,36,40)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #5EC6CA

#5EC6CA
(94,198,202)
#6CCBCE
(108,203,206)
#7AD0D2
(122,208,210)
#88D5D6
(136,213,214)
#96DADA
(150,218,218)
#A4DFDE
(164,223,222)
#B2E4E2
(178,228,226)
#C0E9E6
(192,233,230)
#CEEEEA
(206,238,234)
#DCF3EE
(220,243,238)
#EAF8F2
(234,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EC6CA color. Also use rgb(94,198,202) instead hex code.

Text Font Color

.myTextColor { color: #5EC6CA; }

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

This text font color is #5EC6CA.


Background Color

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

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

This div background color is #5EC6CA.


Border color

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

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

This div border color is #5EC6CA.


Opacity

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

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

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

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

This text has shadow with #5EC6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC6CA on black background.


Color preview on white background

This text has color #5EC6CA on white background.



Black color preview on #5EC6CA background

This text has black color on #5EC6CA background.


White color preview on #5EC6CA background

This text has white color on #5EC6CA background.