Shades of Dark Cyan #008B8C
Tints of Dark Cyan #008B8C
RGB
CMYK
RGB Variations
Color information
#008B8C (or 0x008B8C) is known color: Dark Cyan. HEX triplet: 00, 8B and 8C. RGB value is (0,139,140). Sum of RGB (Red+Green+Blue) = 0+139+140=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #008B8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B8C is #FF7473. Grayscale: #616161. Windows color (decimal): -16741492 or 9210624. OLE color: 9210624.
HSL color Cylindrical-coordinate representation of color #008B8C: hue angle of 180.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B8C is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 140 | - |
| CMYK | 1 | 0.01 | 0 | 0.45 |
| HSL | 180.43º | 1% | 0.27% | - |
| HSV(B) | 180.43º | 1% | 0.55% | - |
| XYZ | 13.97 | 20.36 | 28 | - |
| YUV | 97.55 | 151.95 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 140 | 1 | 0.01 | 0 | 0.45 | 180.43 | 1 | 0.27 |
| Hex | 0 | 8B | 8C | 64 | 1 | 0 | 2D | B4 | 64 | 1B |
| Octal | 0 | 213 | 214 | 144 | 1 | 0 | 55 | 264 | 144 | 33 |
| Binary | 0 | 10001011 | 10001100 | 1100100 | 1 | 0 | 101101 | 10110100 | 1100100 | 11011 |
Color Harmonies of #008B8C
Complementary color
Monochromatic Colors of #008B8C
Black with #008B8C
Text Example
Text Example
White with #008B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B8C; }
p { color: rgb(0,139,140); }
H1.HeaderClassName
{
color: #008B8C;
}
.AnyTagClassName
{
color: #008B8C;
}
</style>
background-color css
<style>
a { background-color: #008B8C; }
a { background-color: rgb(0,139,140); }
div.DivClassName
{
background-color: #008B8C;
}
.BgClassName
{
background-color: #008B8C;
}
</style>
border-color css
<style>
span { border-color: #008B8C; }
span { border-color: rgb(0,139,140); }
td.TdClassName
{
border-color: #008B8C;
}
.TagClassName
{
border-color: #008B8C;
}
</style>