COLOR #4EF6EC

HEX: #4EF6EC
RGB: (78,246,236)

Color info

#4EF6EC contains mainly green and blue colors. Web safe color of #4EF6EC is #66FFFF (or #6FF).

RGB color model

#4EF6EC color RGB value is (78,246,236).

  • red value is 78;
  • green value is 246;
  • blue value is 236.
RGB:
(78,246,236)
(31%,96%,93%)

RGB channels and saturation

R 78 of 255 = 31%
G 246 of 255 = 96%
B 236 of 255 = 93%

78
246
236

R + G + B ~ 73%. #4EF6EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 246 + 236 = 560 (100%)
R 78 of 560 ~ 13.93%
G 246 of 560 ~ 43.93%
B 236 of 560 ~ 42.14%

%13.93
%43.93
%42.14

CMYK color model

#4EF6EC color CMYK value is (68,0,4,4).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK:
(68,0,4,4)
C68M0Y4K4 
(68%,0%,4%,4%)
(0.68/0.00/0.04/0.04)	

CMYK percentages

%68.29
%0
%4.07
%3.53

Codes

Color #4EF6EC in popluar color models

4EF6EC
RGB78246236
HSL176°90.32%63.53%
HSB/HSV176°68.29%96.47%
CMYK68.29%0.00%4.07%
3.53%

Color #4EF6EC in popluar number systems.

HEX4EF6EC
Decimal78246236
Binary10011101111011011101100
Octal116366354

Shades and tints

Shades of #4EF6EC

#4EF6EC
(78,246,236)
#47E0D7
(71,224,215)
#40CAC2
(64,202,194)
#39B4AD
(57,180,173)
#329E98
(50,158,152)
#2B8883
(43,136,131)
#24726E
(36,114,110)
#1D5C59
(29,92,89)
#164644
(22,70,68)
#0F302F
(15,48,47)
#081A1A
(8,26,26)
#000000
(0,0,0)

Tints of #4EF6EC

#4EF6EC
(78,246,236)
#5EF6ED
(94,246,237)
#6EF6EE
(110,246,238)
#7EF6EF
(126,246,239)
#8EF6F0
(142,246,240)
#9EF6F1
(158,246,241)
#AEF6F2
(174,246,242)
#BEF6F3
(190,246,243)
#CEF6F4
(206,246,244)
#DEF6F5
(222,246,245)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EF6EC color. Also use rgb(78,246,236) instead hex code.

Text Font Color

.myTextColor { color: #4EF6EC; }

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

This text font color is #4EF6EC.


Background Color

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

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

This div background color is #4EF6EC.


Border color

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

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

This div border color is #4EF6EC.


Opacity

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

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

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

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

This text has shadow with #4EF6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EF6EC on black background.


Color preview on white background

This text has color #4EF6EC on white background.



Black color preview on #4EF6EC background

This text has black color on #4EF6EC background.


White color preview on #4EF6EC background

This text has white color on #4EF6EC background.