COLOR #4EDCB0

HEX: #4EDCB0 RGB: (78,220,176)

Color info

#4EDCB0 contains mainly green and blue colors. Web safe color of #4EDCB0 is #66CC99 (or #6C9).

RGB color model

#4EDCB0 color RGB value is (78,220,176).

RGB: (78,220,176) (31%, 86%, 69%)

RGB channels and saturation

R 78 of 255 = 31%
G 220 of 255 = 86%
B 176 of 255 = 69%

78
220
176

R + G + B ~ 62%. #4EDCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 78 + 220 + 176 = 474 (100%)
R 78 of 474 ~ 16.46%
G 220 of 474 ~ 46.41%
B 176 of 474 ~ 37.13'%

%16.46
%46.41
%37.13

CMYK color model

#4EDCB0 color CMYK value is (65,0,20,14).

  • cyan value is 64.55%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 13.73%

CMYK: (65,0,20,14)
C65M0Y20K14 (65%, 0%, 20%, 14%)
(0.65 / 0.00 / 0.20 / 0.14)

CMYK percentages

%64.55
%0
%20
%13.73

Codes

Color #4EDCB0 in popluar color models

4E DC B0
RGB 78 220 176
HSL 161° 66.98% 58.43%
HSB/HSV 161° 64.55% 86.27%
CMYK 64.55% 0.00% 20.00%
13.73%

Color #4EDCB0 in popluar number systems.

HEX 4E DC B0
Decimal 78 220 176
Binary 1001110 11011100 10110000
Octal 116 334 260

Shades and tints

Shades of #4EDCB0

#4EDCB0
(78,220,176)
#47C8A0
(71,200,160)
#40B490
(64,180,144)
#39A080
(57,160,128)
#328C70
(50,140,112)
#2B7860
(43,120,96)
#246450
(36,100,80)
#1D5040
(29,80,64)
#163C30
(22,60,48)
#0F2820
(15,40,32)
#081410
(8,20,16)
#000000
(0,0,0)

Tints of #4EDCB0

#4EDCB0
(78,220,176)
#5EDFB7
(94,223,183)
#6EE2BE
(110,226,190)
#7EE5C5
(126,229,197)
#8EE8CC
(142,232,204)
#9EEBD3
(158,235,211)
#AEEEDA
(174,238,218)
#BEF1E1
(190,241,225)
#CEF4E8
(206,244,232)
#DEF7EF
(222,247,239)
#EEFAF6
(238,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EDCB0; }

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

This text font color is #4EDCB0.

Background Color

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

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

This div background color is #4EDCB0.

Border color

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

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

This div border color is #4EDCB0.

Opacity

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

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

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

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

This text has shadow with #4EDCB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EDCB0.

Preview

Color preview on black background

This text has color #4EDCB0 on black background.


Color preview on white background

This text has color #4EDCB0 on white background.


Black color preview on #4EDCB0 background

This text has black color on #4EDCB0 background.


White color preview on #4EDCB0 background

This text has white color on #4EDCB0 background.


Related colors

Complementary color

Complementary color for #hex is #B1234F.


I love getcolorcode.com

Triadic colors

1 #B04EDC and #DCB04E with #4EDCB0 are triadic colors.

2 #B0DC4E and #DC4EB0 with #4EDCB0 are triadic colors.