COLOR #4EC9DC

HEX: #4EC9DC
RGB: (78,201,220)

Color info

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

RGB color model

#4EC9DC color RGB value is (78,201,220).

  • red value is 78;
  • green value is 201;
  • blue value is 220.
RGB:
(78,201,220)
(31%,79%,86%)

RGB channels and saturation

R 78 of 255 = 31%
G 201 of 255 = 79%
B 220 of 255 = 86%

78
201
220

R + G + B ~ 65%. #4EC9DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 201 + 220 = 499 (100%)
R 78 of 499 ~ 15.63%
G 201 of 499 ~ 40.28%
B 220 of 499 ~ 44.09%

%15.63
%40.28
%44.09

CMYK color model

#4EC9DC color CMYK value is (65,9,0,14).

  • cyan value is 64.55%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(65,9,0,14)
C65M9Y0K14 
(65%,9%,0%,14%)
(0.65/0.09/0.00/0.14)	

CMYK percentages

%64.55
%8.64
%0
%13.73

Codes

Color #4EC9DC in popluar color models

4EC9DC
RGB78201220
HSL188°66.98%58.43%
HSB/HSV188°64.55%86.27%
CMYK64.55%8.64%0.00%
13.73%

Color #4EC9DC in popluar number systems.

HEX4EC9DC
Decimal78201220
Binary10011101100100111011100
Octal116311334

Shades and tints

Shades of #4EC9DC

#4EC9DC
(78,201,220)
#47B7C8
(71,183,200)
#40A5B4
(64,165,180)
#3993A0
(57,147,160)
#32818C
(50,129,140)
#2B6F78
(43,111,120)
#245D64
(36,93,100)
#1D4B50
(29,75,80)
#16393C
(22,57,60)
#0F2728
(15,39,40)
#081514
(8,21,20)
#000000
(0,0,0)

Tints of #4EC9DC

#4EC9DC
(78,201,220)
#5ECDDF
(94,205,223)
#6ED1E2
(110,209,226)
#7ED5E5
(126,213,229)
#8ED9E8
(142,217,232)
#9EDDEB
(158,221,235)
#AEE1EE
(174,225,238)
#BEE5F1
(190,229,241)
#CEE9F4
(206,233,244)
#DEEDF7
(222,237,247)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EC9DC color. Also use rgb(78,201,220) instead hex code.

Text Font Color

.myTextColor { color: #4EC9DC; }

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

This text font color is #4EC9DC.


Background Color

.myBgColor { background-color: #4EC9DC; }

<div style="background-color:#4EC9DC">Inner text</div>

This div background color is #4EC9DC.


Border color

.myBorderColor { border: 1px solid #4EC9DC; }

<div style="border:3px solid #4EC9DC">Div</div>

This div border color is #4EC9DC.


Opacity

.myOpacity80 { color: #4EC9DC; opacity: 0.8; }

<p style="color:#4EC9DC;opacity:0.8;">80%</p>

Text with #4EC9DC 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 #4EC9DC;}

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

This text has shadow with #4EC9DC color.

.textShadow {text-shadow: 3px 3px 1px #4EC9DC, 3px 3px 1px red;}

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

This text has shadow with #4EC9DC primary color and red secondary color.


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

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

This text has shadow with #4EC9DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EC9DC on black background.


Color preview on white background

This text has color #4EC9DC on white background.



Black color preview on #4EC9DC background

This text has black color on #4EC9DC background.


White color preview on #4EC9DC background

This text has white color on #4EC9DC background.