COLOR #4CDDDC

HEX: #4CDDDC RGB: (76,221,220)

Color info

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

RGB color model

#4CDDDC color RGB value is (76,221,220).

RGB: (76,221,220) (30%, 87%, 86%)

RGB channels and saturation

R 76 of 255 = 30%
G 221 of 255 = 87%
B 220 of 255 = 86%

76
221
220

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

Portions of RGB colors in percentages

R + G + B = 76 + 221 + 220 = 517 (100%)
R 76 of 517 ~ 14.7%
G 221 of 517 ~ 42.75%
B 220 of 517 ~ 42.55'%

%14.7
%42.75
%42.55

CMYK color model

#4CDDDC color CMYK value is (66,0,0,13).

  • cyan value is 65.61%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.33%

CMYK: (66,0,0,13)
C66M0Y0K13 (66%, 0%, 0%, 13%)
(0.66 / 0.00 / 0.00 / 0.13)

CMYK percentages

%65.61
%0
%0.45
%13.33

Codes

Color #4CDDDC in popluar color models

4C DD DC
RGB 76 221 220
HSL 180° 68.08% 58.24%
HSB/HSV 180° 65.61% 86.67%
CMYK 65.61% 0.00% 0.45%
13.33%

Color #4CDDDC in popluar number systems.

HEX 4C DD DC
Decimal 76 221 220
Binary 1001100 11011101 11011100
Octal 114 335 334

Shades and tints

Shades of #4CDDDC

#4CDDDC
(76,221,220)
#46C9C8
(70,201,200)
#40B5B4
(64,181,180)
#3AA1A0
(58,161,160)
#348D8C
(52,141,140)
#2E7978
(46,121,120)
#286564
(40,101,100)
#225150
(34,81,80)
#1C3D3C
(28,61,60)
#162928
(22,41,40)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #4CDDDC

#4CDDDC
(76,221,220)
#5CE0DF
(92,224,223)
#6CE3E2
(108,227,226)
#7CE6E5
(124,230,229)
#8CE9E8
(140,233,232)
#9CECEB
(156,236,235)
#ACEFEE
(172,239,238)
#BCF2F1
(188,242,241)
#CCF5F4
(204,245,244)
#DCF8F7
(220,248,247)
#ECFBFA
(236,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CDDDC color. Also use rgb(76,221,220) instead hex code.

Text Font Color

.myTextColor { color: #4CDDDC; }

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

This text font color is #4CDDDC.

Background Color

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

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

This div background color is #4CDDDC.

Border color

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

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

This div border color is #4CDDDC.

Opacity

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

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

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

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

This text has shadow with #4CDDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CDDDC.

Preview

Color preview on black background

This text has color #4CDDDC on black background.


Color preview on white background

This text has color #4CDDDC on white background.


Black color preview on #4CDDDC background

This text has black color on #4CDDDC background.


White color preview on #4CDDDC background

This text has white color on #4CDDDC background.


Related colors

Complementary color

Complementary color for #hex is #B32223.


I love getcolorcode.com

Triadic colors

1 #DC4CDD and #DDDC4C with #4CDDDC are triadic colors.

2 #DCDD4C and #DD4CDC with #4CDDDC are triadic colors.