COLOR #4EEDC9

HEX: #4EEDC9
RGB: (78,237,201)

Color info

#4EEDC9 contains mainly green and blue colors. Web safe color of #4EEDC9 is #66FFCC (or #6FC).

RGB color model

#4EEDC9 color RGB value is (78,237,201).

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

RGB channels and saturation

R 78 of 255 = 31%
G 237 of 255 = 93%
B 201 of 255 = 79%

78
237
201

R + G + B ~ 68%. #4EEDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 237 + 201 = 516 (100%)
R 78 of 516 ~ 15.12%
G 237 of 516 ~ 45.93%
B 201 of 516 ~ 38.95%

%15.12
%45.93
%38.95

CMYK color model

#4EEDC9 color CMYK value is (67,0,15,7).

  • cyan value is 67.09%
  • magenta value is 0.00%
  • yellow value is 15.19%
  • key color value is 7.06%
CMYK:
(67,0,15,7)
C67M0Y15K7 
(67%,0%,15%,7%)
(0.67/0.00/0.15/0.07)	

CMYK percentages

%67.09
%0
%15.19
%7.06

Codes

Color #4EEDC9 in popluar color models

4EEDC9
RGB78237201
HSL166°81.54%61.76%
HSB/HSV166°67.09%92.94%
CMYK67.09%0.00%15.19%
7.06%

Color #4EEDC9 in popluar number systems.

HEX4EEDC9
Decimal78237201
Binary10011101110110111001001
Octal116355311

Shades and tints

Shades of #4EEDC9

#4EEDC9
(78,237,201)
#47D8B7
(71,216,183)
#40C3A5
(64,195,165)
#39AE93
(57,174,147)
#329981
(50,153,129)
#2B846F
(43,132,111)
#246F5D
(36,111,93)
#1D5A4B
(29,90,75)
#164539
(22,69,57)
#0F3027
(15,48,39)
#081B15
(8,27,21)
#000000
(0,0,0)

Tints of #4EEDC9

#4EEDC9
(78,237,201)
#5EEECD
(94,238,205)
#6EEFD1
(110,239,209)
#7EF0D5
(126,240,213)
#8EF1D9
(142,241,217)
#9EF2DD
(158,242,221)
#AEF3E1
(174,243,225)
#BEF4E5
(190,244,229)
#CEF5E9
(206,245,233)
#DEF6ED
(222,246,237)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EEDC9; }

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

This text font color is #4EEDC9.


Background Color

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

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

This div background color is #4EEDC9.


Border color

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

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

This div border color is #4EEDC9.


Opacity

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

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

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

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

This text has shadow with #4EEDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EEDC9 on black background.


Color preview on white background

This text has color #4EEDC9 on white background.



Black color preview on #4EEDC9 background

This text has black color on #4EEDC9 background.


White color preview on #4EEDC9 background

This text has white color on #4EEDC9 background.