Shades of Dark Cyan #0C8588
Tints of Dark Cyan #0C8588
RGB
CMYK
RGB Variations
Color information
#0C8588 (or 0x0C8588) is known color: Dark Cyan. HEX triplet: 0C, 85 and 88. RGB value is (12,133,136). Sum of RGB (Red+Green+Blue) = 12+133+136=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C8588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8588 is #F37A77. Grayscale: #616161. Windows color (decimal): -15956600 or 8946956. OLE color: 8946956.
HSL color Cylindrical-coordinate representation of color #0C8588: hue angle of 181.45º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8588 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 133 | 136 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.47 |
| HSL | 181.45º | 0.84% | 0.29% | - |
| HSV(B) | 181.45º | 0.91% | 0.53% | - |
| XYZ | 12.98 | 18.63 | 26.2 | - |
| YUV | 97.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 136 | 0.91 | 0.02 | 0 | 0.47 | 181.45 | 0.84 | 0.29 |
| Hex | C | 85 | 88 | 5B | 2 | 0 | 2F | B5 | 54 | 1D |
| Octal | 14 | 205 | 210 | 133 | 2 | 0 | 57 | 265 | 124 | 35 |
| Binary | 1100 | 10000101 | 10001000 | 1011011 | 10 | 0 | 101111 | 10110101 | 1010100 | 11101 |
Color Harmonies of #0C8588
Complementary color
Monochromatic Colors of #0C8588
Black with #0C8588
Text Example
Text Example
White with #0C8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8588; }
p { color: rgb(12,133,136); }
H1.HeaderClassName
{
color: #0C8588;
}
.AnyTagClassName
{
color: #0C8588;
}
</style>
background-color css
<style>
a { background-color: #0C8588; }
a { background-color: rgb(12,133,136); }
div.DivClassName
{
background-color: #0C8588;
}
.BgClassName
{
background-color: #0C8588;
}
</style>
border-color css
<style>
span { border-color: #0C8588; }
span { border-color: rgb(12,133,136); }
td.TdClassName
{
border-color: #0C8588;
}
.TagClassName
{
border-color: #0C8588;
}
</style>