Shades of Dark Cyan #008788
Tints of Dark Cyan #008788
RGB
CMYK
RGB Variations
Color information
#008788 (or 0x008788) is known color: Dark Cyan. HEX triplet: 00, 87 and 88. RGB value is (0,135,136). Sum of RGB (Red+Green+Blue) = 0+135+136=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #008788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008788 is #FF7877. Grayscale: #5E5E5E. Windows color (decimal): -16742520 or 8947456. OLE color: 8947456.
HSL color Cylindrical-coordinate representation of color #008788: hue angle of 180.44º 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 #008788 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 136 | - |
| CMYK | 1 | 0.01 | 0 | 0.47 |
| HSL | 180.44º | 1% | 0.27% | - |
| HSV(B) | 180.44º | 1% | 0.53% | - |
| XYZ | 13.11 | 19.11 | 26.29 | - |
| YUV | 94.75 | 151.27 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 136 | 1 | 0.01 | 0 | 0.47 | 180.44 | 1 | 0.27 |
| Hex | 0 | 87 | 88 | 64 | 1 | 0 | 2F | B4 | 64 | 1B |
| Octal | 0 | 207 | 210 | 144 | 1 | 0 | 57 | 264 | 144 | 33 |
| Binary | 0 | 10000111 | 10001000 | 1100100 | 1 | 0 | 101111 | 10110100 | 1100100 | 11011 |
Color Harmonies of #008788
Complementary color
Monochromatic Colors of #008788
Black with #008788
Text Example
Text Example
White with #008788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008788; }
p { color: rgb(0,135,136); }
H1.HeaderClassName
{
color: #008788;
}
.AnyTagClassName
{
color: #008788;
}
</style>
background-color css
<style>
a { background-color: #008788; }
a { background-color: rgb(0,135,136); }
div.DivClassName
{
background-color: #008788;
}
.BgClassName
{
background-color: #008788;
}
</style>
border-color css
<style>
span { border-color: #008788; }
span { border-color: rgb(0,135,136); }
td.TdClassName
{
border-color: #008788;
}
.TagClassName
{
border-color: #008788;
}
</style>