COLOR #4DE0D9

HEX: #4DE0D9 RGB: (77,224,217)

Color info

#4DE0D9 contains mainly green and blue colors. Web safe color of #4DE0D9 is #33CCCC (or #3CC).

RGB color model

#4DE0D9 color RGB value is (77,224,217).

RGB: (77,224,217) (30%, 88%, 85%)

RGB channels and saturation

R 77 of 255 = 30%
G 224 of 255 = 88%
B 217 of 255 = 85%

77
224
217

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

Portions of RGB colors in percentages

R + G + B = 77 + 224 + 217 = 518 (100%)
R 77 of 518 ~ 14.86%
G 224 of 518 ~ 43.24%
B 217 of 518 ~ 41.89'%

%14.86
%43.24
%41.89

CMYK color model

#4DE0D9 color CMYK value is (66,0,3,12).

  • cyan value is 65.63%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 12.16%
CMYK: (66,0,3,12) C66M0Y3K12 (66%,0%,3%,12%) (0.66/0.00/0.03/0.12) 

CMYK percentages

%65.63
%0
%3.13
%12.16

Codes

Color #4DE0D9 in popluar color models

4D E0 D9
RGB 77 224 217
HSL 177° 70.33% 59.02%
HSB/HSV 177° 65.63% 87.84%
CMYK 65.63% 0.00% 3.13%
12.16%

Color #4DE0D9 in popluar number systems.

HEX 4D E0 D9
Decimal 77 224 217
Binary 1001101 11100000 11011001
Octal 115 340 331

Shades and tints

Shades of #4DE0D9

#4DE0D9
(77,224,217)
#46CCC6
(70,204,198)
#3FB8B3
(63,184,179)
#38A4A0
(56,164,160)
#31908D
(49,144,141)
#2A7C7A
(42,124,122)
#236867
(35,104,103)
#1C5454
(28,84,84)
#154041
(21,64,65)
#0E2C2E
(14,44,46)
#07181B
(7,24,27)
#000000
(0,0,0)

Tints of #4DE0D9

#4DE0D9
(77,224,217)
#5DE2DC
(93,226,220)
#6DE4DF
(109,228,223)
#7DE6E2
(125,230,226)
#8DE8E5
(141,232,229)
#9DEAE8
(157,234,232)
#ADECEB
(173,236,235)
#BDEEEE
(189,238,238)
#CDF0F1
(205,240,241)
#DDF2F4
(221,242,244)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DE0D9 color. Also use rgb(77,224,217) instead hex code.

Text Font Color

.myTextColor { color: #4DE0D9; }

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

This text font color is #4DE0D9.

Background Color

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

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

This div background color is #4DE0D9.

Border color

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

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

This div border color is #4DE0D9.

Opacity

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

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

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

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

This text has shadow with #4DE0D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DE0D9.

Preview

Color preview on black background

This text has color #4DE0D9 on black background.


Color preview on white background

This text has color #4DE0D9 on white background.


Black color preview on #4DE0D9 background

This text has black color on #4DE0D9 background.


White color preview on #4DE0D9 background

This text has white color on #4DE0D9 background.


Related colors

Complementary color

Complementary color for #hex is #B21F26.


I love getcolorcode.com

Triadic colors

1 #D94DE0 and #E0D94D with #4DE0D9 are triadic colors.

2 #D9E04D and #E04DD9 with #4DE0D9 are triadic colors.