Shades of Dark Cyan #008887
Tints of Dark Cyan #008887
RGB
CMYK
RGB Variations
Color information
#008887 (or 0x008887) is known color: Dark Cyan. HEX triplet: 00, 88 and 87. RGB value is (0,136,135). Sum of RGB (Red+Green+Blue) = 0+136+135=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #008887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008887 is #FF7778. Grayscale: #5F5F5F. Windows color (decimal): -16742265 or 8882176. OLE color: 8882176.
HSL color Cylindrical-coordinate representation of color #008887: hue angle of 179.56º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008887 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 135 | - |
| CMYK | 1 | 0 | 0.01 | 0.47 |
| HSL | 179.56º | 1% | 0.27% | - |
| HSV(B) | 179.56º | 1% | 0.53% | - |
| XYZ | 13.18 | 19.36 | 25.96 | - |
| YUV | 95.22 | 150.44 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 135 | 1 | 0 | 0.01 | 0.47 | 179.56 | 1 | 0.27 |
| Hex | 0 | 88 | 87 | 64 | 0 | 1 | 2F | B4 | 64 | 1B |
| Octal | 0 | 210 | 207 | 144 | 0 | 1 | 57 | 264 | 144 | 33 |
| Binary | 0 | 10001000 | 10000111 | 1100100 | 0 | 1 | 101111 | 10110100 | 1100100 | 11011 |
Color Harmonies of #008887
Complementary color
Monochromatic Colors of #008887
Black with #008887
Text Example
Text Example
White with #008887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008887; }
p { color: rgb(0,136,135); }
H1.HeaderClassName
{
color: #008887;
}
.AnyTagClassName
{
color: #008887;
}
</style>
background-color css
<style>
a { background-color: #008887; }
a { background-color: rgb(0,136,135); }
div.DivClassName
{
background-color: #008887;
}
.BgClassName
{
background-color: #008887;
}
</style>
border-color css
<style>
span { border-color: #008887; }
span { border-color: rgb(0,136,135); }
td.TdClassName
{
border-color: #008887;
}
.TagClassName
{
border-color: #008887;
}
</style>