Shades of Dark Cyan #0C9599
Tints of Dark Cyan #0C9599
RGB
CMYK
RGB Variations
Color information
#0C9599 (or 0x0C9599) is known color: Dark Cyan. HEX triplet: 0C, 95 and 99. RGB value is (12,149,153). Sum of RGB (Red+Green+Blue) = 12+149+153=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C9599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9599 is #F36A66. Grayscale: #6C6C6C. Windows color (decimal): -15952487 or 10065164. OLE color: 10065164.
HSL color Cylindrical-coordinate representation of color #0C9599: hue angle of 181.7º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9599 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 149 | 153 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.4 |
| HSL | 181.7º | 0.85% | 0.32% | - |
| HSV(B) | 181.7º | 0.92% | 0.6% | - |
| XYZ | 16.65 | 23.87 | 33.87 | - |
| YUV | 108.49 | 153.11 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 153 | 0.92 | 0.03 | 0 | 0.4 | 181.7 | 0.85 | 0.32 |
| Hex | C | 95 | 99 | 5C | 3 | 0 | 28 | B6 | 55 | 20 |
| Octal | 14 | 225 | 231 | 134 | 3 | 0 | 50 | 266 | 125 | 40 |
| Binary | 1100 | 10010101 | 10011001 | 1011100 | 11 | 0 | 101000 | 10110110 | 1010101 | 100000 |
Color Harmonies of #0C9599
Complementary color
Monochromatic Colors of #0C9599
Black with #0C9599
Text Example
Text Example
White with #0C9599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9599; }
p { color: rgb(12,149,153); }
H1.HeaderClassName
{
color: #0C9599;
}
.AnyTagClassName
{
color: #0C9599;
}
</style>
background-color css
<style>
a { background-color: #0C9599; }
a { background-color: rgb(12,149,153); }
div.DivClassName
{
background-color: #0C9599;
}
.BgClassName
{
background-color: #0C9599;
}
</style>
border-color css
<style>
span { border-color: #0C9599; }
span { border-color: rgb(12,149,153); }
td.TdClassName
{
border-color: #0C9599;
}
.TagClassName
{
border-color: #0C9599;
}
</style>