Shades of Dark Cyan #0C9799
Tints of Dark Cyan #0C9799
RGB
CMYK
RGB Variations
Color information
#0C9799 (or 0x0C9799) is known color: Dark Cyan. HEX triplet: 0C, 97 and 99. RGB value is (12,151,153). Sum of RGB (Red+Green+Blue) = 12+151+153=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C9799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9799 is #F36866. Grayscale: #6D6D6D. Windows color (decimal): -15951975 or 10065676. OLE color: 10065676.
HSL color Cylindrical-coordinate representation of color #0C9799: hue angle of 180.85º 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 #0C9799 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 12 | 151 | 153 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.4 |
| HSL | 180.85º | 0.85% | 0.32% | - |
| HSV(B) | 180.85º | 0.92% | 0.6% | - |
| XYZ | 16.97 | 24.51 | 33.97 | - |
| YUV | 109.67 | 152.45 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 151 | 153 | 0.92 | 0.01 | 0 | 0.4 | 180.85 | 0.85 | 0.32 |
| Hex | C | 97 | 99 | 5C | 1 | 0 | 28 | B5 | 55 | 20 |
| Octal | 14 | 227 | 231 | 134 | 1 | 0 | 50 | 265 | 125 | 40 |
| Binary | 1100 | 10010111 | 10011001 | 1011100 | 1 | 0 | 101000 | 10110101 | 1010101 | 100000 |
Color Harmonies of #0C9799
Complementary color
Monochromatic Colors of #0C9799
Black with #0C9799
Text Example
Text Example
White with #0C9799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9799; }
p { color: rgb(12,151,153); }
H1.HeaderClassName
{
color: #0C9799;
}
.AnyTagClassName
{
color: #0C9799;
}
</style>
background-color css
<style>
a { background-color: #0C9799; }
a { background-color: rgb(12,151,153); }
div.DivClassName
{
background-color: #0C9799;
}
.BgClassName
{
background-color: #0C9799;
}
</style>
border-color css
<style>
span { border-color: #0C9799; }
span { border-color: rgb(12,151,153); }
td.TdClassName
{
border-color: #0C9799;
}
.TagClassName
{
border-color: #0C9799;
}
</style>