008080 Color Hex

#008080 Color Hex

#008080 Color Information

  • In the RGB color space, the color value #008080 is composed of 0% red, 50.2% green, and 50.2% 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 25%.
  • Contrast color of #008080 is #FFFFFF

#008080 Color Conversion

Hex 008080 #008080
RGB Decimal 0, 128, 128 rgb(0, 128, 128)
RGB Percent 0, 50.2, 50.2 rgb(0%, 50.2%, 50.2%)
HSL 180°,100%,25% hsl(180°,100%,25%)
CMYK 1, 0, 0, 127
HSV (or HSB) 180°, 50%, 50%,
YUV 90, 149, 62
XYZ 11.615, 16.997, 23.091
CIE-LAB 48.256, -28.842, -8.481

#008080 border color

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

Css background gradient color with #008080

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

#008080 Color Preview on Black Background

Sample font with color #008080 on background of color black

#008080 Color Preview on White Background

Sample font with color #008080 on background of color white

#008080 background color

The sample font has a contrasting color to the color #008080

Contrast color with #008080 color is #FFFFFF