Shades of Dark Cyan #08878E
Tints of Dark Cyan #08878E
RGB
CMYK
RGB Variations
Color information
#08878E (or 0x08878E) is known color: Dark Cyan. HEX triplet: 08, 87 and 8E. RGB value is (8,135,142). Sum of RGB (Red+Green+Blue) = 8+135+142=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #08878E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08878E is #F77871. Grayscale: #616161. Windows color (decimal): -16218226 or 9340680. OLE color: 9340680.
HSL color Cylindrical-coordinate representation of color #08878E: hue angle of 183.13º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08878E is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 135 | 142 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.44 |
| HSL | 183.13º | 0.89% | 0.29% | - |
| HSV(B) | 183.13º | 0.94% | 0.56% | - |
| XYZ | 13.65 | 19.33 | 28.6 | - |
| YUV | 97.83 | 152.92 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 142 | 0.94 | 0.05 | 0 | 0.44 | 183.13 | 0.89 | 0.29 |
| Hex | 8 | 87 | 8E | 5E | 5 | 0 | 2C | B7 | 59 | 1D |
| Octal | 10 | 207 | 216 | 136 | 5 | 0 | 54 | 267 | 131 | 35 |
| Binary | 1000 | 10000111 | 10001110 | 1011110 | 101 | 0 | 101100 | 10110111 | 1011001 | 11101 |
Color Harmonies of #08878E
Complementary color
Monochromatic Colors of #08878E
Black with #08878E
Text Example
Text Example
White with #08878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08878E; }
p { color: rgb(8,135,142); }
H1.HeaderClassName
{
color: #08878E;
}
.AnyTagClassName
{
color: #08878E;
}
</style>
background-color css
<style>
a { background-color: #08878E; }
a { background-color: rgb(8,135,142); }
div.DivClassName
{
background-color: #08878E;
}
.BgClassName
{
background-color: #08878E;
}
</style>
border-color css
<style>
span { border-color: #08878E; }
span { border-color: rgb(8,135,142); }
td.TdClassName
{
border-color: #08878E;
}
.TagClassName
{
border-color: #08878E;
}
</style>