Shades of Dark Cyan #008588
Tints of Dark Cyan #008588
RGB
CMYK
RGB Variations
Color information
#008588 (or 0x008588) is known color: Dark Cyan. HEX triplet: 00, 85 and 88. RGB value is (0,133,136). Sum of RGB (Red+Green+Blue) = 0+133+136=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #008588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008588 is #FF7A77. Grayscale: #5D5D5D. Windows color (decimal): -16743032 or 8946944. OLE color: 8946944.
HSL color Cylindrical-coordinate representation of color #008588: hue angle of 181.32º 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 #008588 is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 133 | 136 | - |
| CMYK | 1 | 0.02 | 0 | 0.47 |
| HSL | 181.32º | 1% | 0.27% | - |
| HSV(B) | 181.32º | 1% | 0.53% | - |
| XYZ | 12.83 | 18.55 | 26.2 | - |
| YUV | 93.58 | 151.94 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 136 | 1 | 0.02 | 0 | 0.47 | 181.32 | 1 | 0.27 |
| Hex | 0 | 85 | 88 | 64 | 2 | 0 | 2F | B5 | 64 | 1B |
| Octal | 0 | 205 | 210 | 144 | 2 | 0 | 57 | 265 | 144 | 33 |
| Binary | 0 | 10000101 | 10001000 | 1100100 | 10 | 0 | 101111 | 10110101 | 1100100 | 11011 |
Color Harmonies of #008588
Complementary color
Monochromatic Colors of #008588
Black with #008588
Text Example
Text Example
White with #008588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008588; }
p { color: rgb(0,133,136); }
H1.HeaderClassName
{
color: #008588;
}
.AnyTagClassName
{
color: #008588;
}
</style>
background-color css
<style>
a { background-color: #008588; }
a { background-color: rgb(0,133,136); }
div.DivClassName
{
background-color: #008588;
}
.BgClassName
{
background-color: #008588;
}
</style>
border-color css
<style>
span { border-color: #008588; }
span { border-color: rgb(0,133,136); }
td.TdClassName
{
border-color: #008588;
}
.TagClassName
{
border-color: #008588;
}
</style>