Shades of Dark Cyan #008787
Tints of Dark Cyan #008787
RGB
CMYK
RGB Variations
Color information
#008787 (or 0x008787) is known color: Dark Cyan. HEX triplet: 00, 87 and 87. RGB value is (0,135,135). Sum of RGB (Red+Green+Blue) = 0+135+135=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #008787 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008787 is #FF7878. Grayscale: #5E5E5E. Windows color (decimal): -16742521 or 8881920. OLE color: 8881920.
HSL color Cylindrical-coordinate representation of color #008787: hue angle of 180º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008787 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 135 | - |
| CMYK | 1 | 0 | 0 | 0.47 |
| HSL | 180º | 1% | 0.26% | - |
| HSV(B) | 180º | 1% | 0.53% | - |
| XYZ | 13.04 | 19.08 | 25.92 | - |
| YUV | 94.64 | 150.77 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 135 | 1 | 0 | 0 | 0.47 | 180 | 1 | 0.26 |
| Hex | 0 | 87 | 87 | 64 | 0 | 0 | 2F | B4 | 64 | 1A |
| Octal | 0 | 207 | 207 | 144 | 0 | 0 | 57 | 264 | 144 | 32 |
| Binary | 0 | 10000111 | 10000111 | 1100100 | 0 | 0 | 101111 | 10110100 | 1100100 | 11010 |
Color Harmonies of #008787
Complementary color
Monochromatic Colors of #008787
Black with #008787
Text Example
Text Example
White with #008787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008787; }
p { color: rgb(0,135,135); }
H1.HeaderClassName
{
color: #008787;
}
.AnyTagClassName
{
color: #008787;
}
</style>
background-color css
<style>
a { background-color: #008787; }
a { background-color: rgb(0,135,135); }
div.DivClassName
{
background-color: #008787;
}
.BgClassName
{
background-color: #008787;
}
</style>
border-color css
<style>
span { border-color: #008787; }
span { border-color: rgb(0,135,135); }
td.TdClassName
{
border-color: #008787;
}
.TagClassName
{
border-color: #008787;
}
</style>