COLOR #4DD2E0

HEX: #4DD2E0
RGB: (77,210,224)

Color info

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

RGB color model

#4DD2E0 color RGB value is (77,210,224).

  • red value is 77;
  • green value is 210;
  • blue value is 224.
RGB:
(77,210,224)
(30%,82%,88%)

RGB channels and saturation

R 77 of 255 = 30%
G 210 of 255 = 82%
B 224 of 255 = 88%

77
210
224

R + G + B ~ 67%. #4DD2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 210 + 224 = 511 (100%)
R 77 of 511 ~ 15.07%
G 210 of 511 ~ 41.1%
B 224 of 511 ~ 43.84%

%15.07
%41.1
%43.84

CMYK color model

#4DD2E0 color CMYK value is (66,6,0,12).

  • cyan value is 65.63%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(66,6,0,12)
C66M6Y0K12 
(66%,6%,0%,12%)
(0.66/0.06/0.00/0.12)	

CMYK percentages

%65.63
%6.25
%0
%12.16

Codes

Color #4DD2E0 in popluar color models

4DD2E0
RGB77210224
HSL186°70.33%59.02%
HSB/HSV186°65.63%87.84%
CMYK65.63%6.25%0.00%
12.16%

Color #4DD2E0 in popluar number systems.

HEX4DD2E0
Decimal77210224
Binary10011011101001011100000
Octal115322340

Shades and tints

Shades of #4DD2E0

#4DD2E0
(77,210,224)
#46BFCC
(70,191,204)
#3FACB8
(63,172,184)
#3899A4
(56,153,164)
#318690
(49,134,144)
#2A737C
(42,115,124)
#236068
(35,96,104)
#1C4D54
(28,77,84)
#153A40
(21,58,64)
#0E272C
(14,39,44)
#071418
(7,20,24)
#000000
(0,0,0)

Tints of #4DD2E0

#4DD2E0
(77,210,224)
#5DD6E2
(93,214,226)
#6DDAE4
(109,218,228)
#7DDEE6
(125,222,230)
#8DE2E8
(141,226,232)
#9DE6EA
(157,230,234)
#ADEAEC
(173,234,236)
#BDEEEE
(189,238,238)
#CDF2F0
(205,242,240)
#DDF6F2
(221,246,242)
#EDFAF4
(237,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DD2E0; }

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

This text font color is #4DD2E0.


Background Color

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

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

This div background color is #4DD2E0.


Border color

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

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

This div border color is #4DD2E0.


Opacity

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

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

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

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

This text has shadow with #4DD2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD2E0 on black background.


Color preview on white background

This text has color #4DD2E0 on white background.



Black color preview on #4DD2E0 background

This text has black color on #4DD2E0 background.


White color preview on #4DD2E0 background

This text has white color on #4DD2E0 background.