Shades of Dark Cyan #0C8490
Tints of Dark Cyan #0C8490
RGB
CMYK
RGB Variations
Color information
#0C8490 (or 0x0C8490) is known color: Dark Cyan. HEX triplet: 0C, 84 and 90. RGB value is (12,132,144). Sum of RGB (Red+Green+Blue) = 12+132+144=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C8490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8490 is #F37B6F. Grayscale: #616161. Windows color (decimal): -15956848 or 9470988. OLE color: 9470988.
HSL color Cylindrical-coordinate representation of color #0C8490: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8490 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 132 | 144 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.44 |
| HSL | 185.45º | 0.85% | 0.31% | - |
| HSV(B) | 185.45º | 0.92% | 0.56% | - |
| XYZ | 13.44 | 18.59 | 29.27 | - |
| YUV | 97.49 | 154.24 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 132 | 144 | 0.92 | 0.08 | 0 | 0.44 | 185.45 | 0.85 | 0.31 |
| Hex | C | 84 | 90 | 5C | 8 | 0 | 2C | B9 | 55 | 1F |
| Octal | 14 | 204 | 220 | 134 | 10 | 0 | 54 | 271 | 125 | 37 |
| Binary | 1100 | 10000100 | 10010000 | 1011100 | 1000 | 0 | 101100 | 10111001 | 1010101 | 11111 |
Color Harmonies of #0C8490
Complementary color
Monochromatic Colors of #0C8490
Black with #0C8490
Text Example
Text Example
White with #0C8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8490; }
p { color: rgb(12,132,144); }
H1.HeaderClassName
{
color: #0C8490;
}
.AnyTagClassName
{
color: #0C8490;
}
</style>
background-color css
<style>
a { background-color: #0C8490; }
a { background-color: rgb(12,132,144); }
div.DivClassName
{
background-color: #0C8490;
}
.BgClassName
{
background-color: #0C8490;
}
</style>
border-color css
<style>
span { border-color: #0C8490; }
span { border-color: rgb(12,132,144); }
td.TdClassName
{
border-color: #0C8490;
}
.TagClassName
{
border-color: #0C8490;
}
</style>