Shades of Dark Cyan #0C9699
Tints of Dark Cyan #0C9699
RGB
CMYK
RGB Variations
Color information
#0C9699 (or 0x0C9699) is known color: Dark Cyan. HEX triplet: 0C, 96 and 99. RGB value is (12,150,153). Sum of RGB (Red+Green+Blue) = 12+150+153=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C9699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9699 is #F36966. Grayscale: #6C6C6C. Windows color (decimal): -15952231 or 10065420. OLE color: 10065420.
HSL color Cylindrical-coordinate representation of color #0C9699: hue angle of 181.28º 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 #0C9699 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 150 | 153 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.4 |
| HSL | 181.28º | 0.85% | 0.32% | - |
| HSV(B) | 181.28º | 0.92% | 0.6% | - |
| XYZ | 16.81 | 24.19 | 33.92 | - |
| YUV | 109.08 | 152.78 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 153 | 0.92 | 0.02 | 0 | 0.4 | 181.28 | 0.85 | 0.32 |
| Hex | C | 96 | 99 | 5C | 2 | 0 | 28 | B5 | 55 | 20 |
| Octal | 14 | 226 | 231 | 134 | 2 | 0 | 50 | 265 | 125 | 40 |
| Binary | 1100 | 10010110 | 10011001 | 1011100 | 10 | 0 | 101000 | 10110101 | 1010101 | 100000 |
Color Harmonies of #0C9699
Complementary color
Monochromatic Colors of #0C9699
Black with #0C9699
Text Example
Text Example
White with #0C9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9699; }
p { color: rgb(12,150,153); }
H1.HeaderClassName
{
color: #0C9699;
}
.AnyTagClassName
{
color: #0C9699;
}
</style>
background-color css
<style>
a { background-color: #0C9699; }
a { background-color: rgb(12,150,153); }
div.DivClassName
{
background-color: #0C9699;
}
.BgClassName
{
background-color: #0C9699;
}
</style>
border-color css
<style>
span { border-color: #0C9699; }
span { border-color: rgb(12,150,153); }
td.TdClassName
{
border-color: #0C9699;
}
.TagClassName
{
border-color: #0C9699;
}
</style>