COLOR #4EE4C4

HEX: #4EE4C4
RGB: (78,228,196)

Color info

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

RGB color model

#4EE4C4 color RGB value is (78,228,196).

  • red value is 78;
  • green value is 228;
  • blue value is 196.
RGB:
(78,228,196)
(31%,89%,77%)

RGB channels and saturation

R 78 of 255 = 31%
G 228 of 255 = 89%
B 196 of 255 = 77%

78
228
196

R + G + B ~ 66%. #4EE4C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 228 + 196 = 502 (100%)
R 78 of 502 ~ 15.54%
G 228 of 502 ~ 45.42%
B 196 of 502 ~ 39.04%

%15.54
%45.42
%39.04

CMYK color model

#4EE4C4 color CMYK value is (66,0,14,11).

  • cyan value is 65.79%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 10.59%
CMYK:
(66,0,14,11)
C66M0Y14K11 
(66%,0%,14%,11%)
(0.66/0.00/0.14/0.11)	

CMYK percentages

%65.79
%0
%14.04
%10.59

Codes

Color #4EE4C4 in popluar color models

4EE4C4
RGB78228196
HSL167°73.53%60.00%
HSB/HSV167°65.79%89.41%
CMYK65.79%0.00%14.04%
10.59%

Color #4EE4C4 in popluar number systems.

HEX4EE4C4
Decimal78228196
Binary10011101110010011000100
Octal116344304

Shades and tints

Shades of #4EE4C4

#4EE4C4
(78,228,196)
#47D0B3
(71,208,179)
#40BCA2
(64,188,162)
#39A891
(57,168,145)
#329480
(50,148,128)
#2B806F
(43,128,111)
#246C5E
(36,108,94)
#1D584D
(29,88,77)
#16443C
(22,68,60)
#0F302B
(15,48,43)
#081C1A
(8,28,26)
#000000
(0,0,0)

Tints of #4EE4C4

#4EE4C4
(78,228,196)
#5EE6C9
(94,230,201)
#6EE8CE
(110,232,206)
#7EEAD3
(126,234,211)
#8EECD8
(142,236,216)
#9EEEDD
(158,238,221)
#AEF0E2
(174,240,226)
#BEF2E7
(190,242,231)
#CEF4EC
(206,244,236)
#DEF6F1
(222,246,241)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EE4C4 color. Also use rgb(78,228,196) instead hex code.

Text Font Color

.myTextColor { color: #4EE4C4; }

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

This text font color is #4EE4C4.


Background Color

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

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

This div background color is #4EE4C4.


Border color

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

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

This div border color is #4EE4C4.


Opacity

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

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

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

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

This text has shadow with #4EE4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EE4C4 on black background.


Color preview on white background

This text has color #4EE4C4 on white background.



Black color preview on #4EE4C4 background

This text has black color on #4EE4C4 background.


White color preview on #4EE4C4 background

This text has white color on #4EE4C4 background.