COLOR #4DD0C2

HEX: #4DD0C2
RGB: (77,208,194)

Color info

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

RGB color model

#4DD0C2 color RGB value is (77,208,194).

  • red value is 77;
  • green value is 208;
  • blue value is 194.
RGB:
(77,208,194)
(30%,82%,76%)

RGB channels and saturation

R 77 of 255 = 30%
G 208 of 255 = 82%
B 194 of 255 = 76%

77
208
194

R + G + B ~ 63%. #4DD0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 208 + 194 = 479 (100%)
R 77 of 479 ~ 16.08%
G 208 of 479 ~ 43.42%
B 194 of 479 ~ 40.5%

%16.08
%43.42
%40.5

CMYK color model

#4DD0C2 color CMYK value is (63,0,7,18).

  • cyan value is 62.98%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 18.43%
CMYK:
(63,0,7,18)
C63M0Y7K18 
(63%,0%,7%,18%)
(0.63/0.00/0.07/0.18)	

CMYK percentages

%62.98
%0
%6.73
%18.43

Codes

Color #4DD0C2 in popluar color models

4DD0C2
RGB77208194
HSL174°58.22%55.88%
HSB/HSV174°62.98%81.57%
CMYK62.98%0.00%6.73%
18.43%

Color #4DD0C2 in popluar number systems.

HEX4DD0C2
Decimal77208194
Binary10011011101000011000010
Octal115320302

Shades and tints

Shades of #4DD0C2

#4DD0C2
(77,208,194)
#46BEB1
(70,190,177)
#3FACA0
(63,172,160)
#389A8F
(56,154,143)
#31887E
(49,136,126)
#2A766D
(42,118,109)
#23645C
(35,100,92)
#1C524B
(28,82,75)
#15403A
(21,64,58)
#0E2E29
(14,46,41)
#071C18
(7,28,24)
#000000
(0,0,0)

Tints of #4DD0C2

#4DD0C2
(77,208,194)
#5DD4C7
(93,212,199)
#6DD8CC
(109,216,204)
#7DDCD1
(125,220,209)
#8DE0D6
(141,224,214)
#9DE4DB
(157,228,219)
#ADE8E0
(173,232,224)
#BDECE5
(189,236,229)
#CDF0EA
(205,240,234)
#DDF4EF
(221,244,239)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DD0C2 color. Also use rgb(77,208,194) instead hex code.

Text Font Color

.myTextColor { color: #4DD0C2; }

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

This text font color is #4DD0C2.


Background Color

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

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

This div background color is #4DD0C2.


Border color

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

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

This div border color is #4DD0C2.


Opacity

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

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

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

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

This text has shadow with #4DD0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD0C2 on black background.


Color preview on white background

This text has color #4DD0C2 on white background.



Black color preview on #4DD0C2 background

This text has black color on #4DD0C2 background.


White color preview on #4DD0C2 background

This text has white color on #4DD0C2 background.