00CCCC Color Hex

#00CCCC Color Hex

#00CCCC Color Information

  • In the RGB color space, the color value #00cccc is composed of 0% red, 80% green, and 80% blue.
  • In the CMYK color space, it consists of 1 cyan, 0 magenta, 0 yellow, and 0 black.
  • It has a color angle of 180 degrees, a saturation of 100%, and a luminance of 40%.
  • Contrast color of #00cccc is #000000

#00CCCC Color Conversion

Hex 00cccc #00cccc
RGB Decimal 0, 204, 204 rgb(0, 204, 204)
RGB Percent 0, 80, 80 rgb(0%, 80%, 80%)
HSL 180°,100%,40% hsl(180°,100%,40%)
CMYK 1, 0, 0, 51
HSV (or HSB) 180°, 50%, 50%,
YUV 143, 162, 24
XYZ 32.492, 47.545, 64.591
CIE-LAB 74.537, -40.638, -11.95

#00cccc border color

.css_border_solid{ border: 3px solid #00cccc }
.css_border_dotted{ border: 3px dotted #00cccc }
.css_border_dashed{ border: 3px dashed #00cccc }
.css_border_double{ border: 3px double #00cccc }

Css background gradient color with #00CCCC

.box_css_gradient_with_00cccc{ 
	background-color: #00cccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cccc', endColorstr='#001414');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00cccc), to(#001414));
	background-image: -webkit-linear-gradient(top, #00cccc, #001414);
	background-image: -moz-linear-gradient(top, #00cccc, #001414);
	background-image: -o-linear-gradient(top, #00cccc, #001414);
	background-image: linear-gradient(to bottom, #00cccc, #001414);}

#00cccc Color Preview on Black Background

Sample font with color #00cccc on background of color black

#00cccc Color Preview on White Background

Sample font with color #00cccc on background of color white

#00cccc background color

The sample font has a contrasting color to the color #00cccc

Contrast color with #00cccc color is #000000