Shades of Dark Cyan #0C8884
Tints of Dark Cyan #0C8884
RGB
CMYK
RGB Variations
Color information
#0C8884 (or 0x0C8884) is known color: Dark Cyan. HEX triplet: 0C, 88 and 84. RGB value is (12,136,132). Sum of RGB (Red+Green+Blue) = 12+136+132=280 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.29% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8884 is #F3777B. Grayscale: #626262. Windows color (decimal): -15955836 or 8685580. OLE color: 8685580.
HSL color Cylindrical-coordinate representation of color #0C8884: hue angle of 178.06º 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 #0C8884 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 132 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.47 |
| HSL | 178.06º | 0.84% | 0.29% | - |
| HSV(B) | 178.06º | 0.91% | 0.53% | - |
| XYZ | 13.12 | 19.35 | 24.87 | - |
| YUV | 98.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 132 | 0.91 | 0 | 0.03 | 0.47 | 178.06 | 0.84 | 0.29 |
| Hex | C | 88 | 84 | 5B | 0 | 3 | 2F | B2 | 54 | 1D |
| Octal | 14 | 210 | 204 | 133 | 0 | 3 | 57 | 262 | 124 | 35 |
| Binary | 1100 | 10001000 | 10000100 | 1011011 | 0 | 11 | 101111 | 10110010 | 1010100 | 11101 |
Color Harmonies of #0C8884
Complementary color
Monochromatic Colors of #0C8884
Black with #0C8884
Text Example
Text Example
White with #0C8884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8884; }
p { color: rgb(12,136,132); }
H1.HeaderClassName
{
color: #0C8884;
}
.AnyTagClassName
{
color: #0C8884;
}
</style>
background-color css
<style>
a { background-color: #0C8884; }
a { background-color: rgb(12,136,132); }
div.DivClassName
{
background-color: #0C8884;
}
.BgClassName
{
background-color: #0C8884;
}
</style>
border-color css
<style>
span { border-color: #0C8884; }
span { border-color: rgb(12,136,132); }
td.TdClassName
{
border-color: #0C8884;
}
.TagClassName
{
border-color: #0C8884;
}
</style>