COLOR #00CCCC

HEX: #00CCCC RGB: (0,204,204)

Color info

#00CCCC contains only green and blue colors. #00CCCC color is web safe color. It maybe written shortly as #0CC.

RGB color model

#00CCCC color RGB value is (0,204,204).

RGB: (0,204,204) (0%, 80%, 80%)

RGB channels and saturation

R 0 of 255 = 0%
G 204 of 255 = 80%
B 204 of 255 = 80%

0
204
204

R + G + B ~ 53%. #00CCCC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 0 + 204 + 204 = 408 (100%)
R 0 of 408 ~ 0%
G 204 of 408 ~ 50%
B 204 of 408 ~ 50'%

%50
%50

CMYK color model

#00CCCC color CMYK value is (100,0,0,20).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (100,0,0,20)
C100M0Y0K20 (100%, 0%, 0%, 20%)
(1.00 / 0.00 / 0.00 / 0.20)

CMYK percentages

%100
%0
%0
%20

Codes

Color #00CCCC in popluar color models

00 CC CC
RGB 0 204 204
HSL 180° 100.00% 40.00%
HSB/HSV 180° 100.00% 80.00%
CMYK 100.00% 0.00% 0.00%
20.00%

Color #00CCCC in popluar number systems.

HEX 00 CC CC
Decimal 0 204 204
Binary 0 11001100 11001100
Octal 0 314 314

Shades and tints

Shades of #00CCCC

#00CCCC
(0,204,204)
#00BABA
(0,186,186)
#00A8A8
(0,168,168)
#009696
(0,150,150)
#008484
(0,132,132)
#007272
(0,114,114)
#006060
(0,96,96)
#004E4E
(0,78,78)
#003C3C
(0,60,60)
#002A2A
(0,42,42)
#001818
(0,24,24)
#000000
(0,0,0)

Tints of #00CCCC

#00CCCC
(0,204,204)
#17D0D0
(23,208,208)
#2ED4D4
(46,212,212)
#45D8D8
(69,216,216)
#5CDCDC
(92,220,220)
#73E0E0
(115,224,224)
#8AE4E4
(138,228,228)
#A1E8E8
(161,232,232)
#B8ECEC
(184,236,236)
#CFF0F0
(207,240,240)
#E6F4F4
(230,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00CCCC color. Also use rgb(0,204,204) instead hex code.

Text Font Color

.myTextColor { color: #00CCCC; }

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

This text font color is #00CCCC.

Background Color

.myBgColor { background-color: #00CCCC; }

<div style="background-color:#00CCCC">Inner text</div>

This div background color is #00CCCC.

Border color

.myBorderColor { border: 1px solid #00CCCC; }

<div style="border:3px solid #00CCCC">Div</div>

This div border color is #00CCCC.

Opacity

.myOpacity80 { color: #00CCCC; opacity: 0.8; }

<p style="color:#00CCCC;opacity:0.8;">80%</p>

Text with #00CCCC 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 #00CCCC;}

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

This text has shadow with #00CCCC color.


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

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

This text has shadow with #00CCCC primary color and red secondary color.


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

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

This text has shadow with #00CCCC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00CCCC.

Preview

Color preview on black background

This text has color #00CCCC on black background.


Color preview on white background

This text has color #00CCCC on white background.


Black color preview on #00CCCC background

This text has black color on #00CCCC background.


White color preview on #00CCCC background

This text has white color on #00CCCC background.


Related colors

Complementary color

Complementary color for #hex is #FF3333.


I love getcolorcode.com

Gradients

Color #00CCCC is used in Robin Egg Blue gradient.

Robin Egg Blue