Shades of Dark Cyan #08878C
Tints of Dark Cyan #08878C
RGB
CMYK
RGB Variations
Color information
#08878C (or 0x08878C) is known color: Dark Cyan. HEX triplet: 08, 87 and 8C. RGB value is (8,135,140). Sum of RGB (Red+Green+Blue) = 8+135+140=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #08878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08878C is #F77873. Grayscale: #616161. Windows color (decimal): -16218228 or 9209608. OLE color: 9209608.
HSL color Cylindrical-coordinate representation of color #08878C: hue angle of 182.27º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08878C is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 135 | 140 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.45 |
| HSL | 182.27º | 0.89% | 0.29% | - |
| HSV(B) | 182.27º | 0.94% | 0.55% | - |
| XYZ | 13.5 | 19.27 | 27.82 | - |
| YUV | 97.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 140 | 0.94 | 0.04 | 0 | 0.45 | 182.27 | 0.89 | 0.29 |
| Hex | 8 | 87 | 8C | 5E | 4 | 0 | 2D | B6 | 59 | 1D |
| Octal | 10 | 207 | 214 | 136 | 4 | 0 | 55 | 266 | 131 | 35 |
| Binary | 1000 | 10000111 | 10001100 | 1011110 | 100 | 0 | 101101 | 10110110 | 1011001 | 11101 |
Color Harmonies of #08878C
Complementary color
Monochromatic Colors of #08878C
Black with #08878C
Text Example
Text Example
White with #08878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08878C; }
p { color: rgb(8,135,140); }
H1.HeaderClassName
{
color: #08878C;
}
.AnyTagClassName
{
color: #08878C;
}
</style>
background-color css
<style>
a { background-color: #08878C; }
a { background-color: rgb(8,135,140); }
div.DivClassName
{
background-color: #08878C;
}
.BgClassName
{
background-color: #08878C;
}
</style>
border-color css
<style>
span { border-color: #08878C; }
span { border-color: rgb(8,135,140); }
td.TdClassName
{
border-color: #08878C;
}
.TagClassName
{
border-color: #08878C;
}
</style>