#008B8B Dark Cyan
#008B8B (Dark Cyan) RGB value is (0, 139, 139).
Red value is 0, green value is 139, and blue value is 139.
Cylindrical-coordinate representations (HSL) of color #008B8B: hue: 180°, saturation: 100%, and lightness: 27.3%.
Process color (CMYK) of #008B8B is 100%, 0%, 0%, 45.5%. Web safe color equivalent of #008B8B is ##009999. Color #008B8B contains mainly Cyan.
Color Spaces
| Color spaces of #008B8B | Value |
|---|---|
| RGB | 0, 139, 139 |
| HSL | 180°, 100%, 27.3% |
| HSV / HSB | 180°, 100%, 54.5% |
| CMYK | 100%, 0%, 0%, 45.5% |
| XYZ | 13.89, 20.33, 27.61 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00000000 | 10001011 | 10001011 |
| Octal | 000 | 213 | 213 |
| Decimal | 0 | 139 | 139 |
| Hex | 00 | 8B | 8B |
Shades of #008B8B
Tints of #008B8B
.mybgColor { background-color: #008B8B; }
.myforeColor { color: #008B8B; }
.myborderColor { border: 3px solid #008B8B; }
<p style="color:#008B8B">Text here</p>
This sample text is styled with font color #008B8B. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#008B8B">Div content here</div>
<div style="border:3px solid #008B8B">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0, 139, 139, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #008B8B; }
.divShadow { -moz-box-shadow: 1px 1px 3px #008B8B;
-webkit-box-shadow: 1px 1px 3px #008B8B;
box-shadow: 1px 1px 3px #008B8B; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #008B8B (Dark Cyan)
Color Overview & Profile: Color #008B8B, also known as Dark Cyan, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 0% Red (0/255), 55% Green (139/255), and 55% Blue (139/255). The primary color family component is Cyan.
Print & Physical Production Specs: For physical print production and offset printing setups, #008B8B translates into the CMYK subtractive color model with values of 100% Cyan, 0% Magenta, 0% Yellow, and 45.5% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 180°, saturation of 100%, and lightness of 27.3%.
Web Accessibility & Design Recommendations: When implementing #008B8B in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##009999.
