Shades of Dark Cyan #0C968C
Tints of Dark Cyan #0C968C
RGB
CMYK
RGB Variations
Color information
#0C968C (or 0x0C968C) is known color: Dark Cyan. HEX triplet: 0C, 96 and 8C. RGB value is (12,150,140). Sum of RGB (Red+Green+Blue) = 12+150+140=302 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.97% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #0C968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C968C is #F36973. Grayscale: #6B6B6B. Windows color (decimal): -15952244 or 9213452. OLE color: 9213452.
HSL color Cylindrical-coordinate representation of color #0C968C: hue angle of 175.65º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C968C is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 150 | 140 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.41 |
| HSL | 175.65º | 0.85% | 0.32% | - |
| HSV(B) | 175.65º | 0.92% | 0.59% | - |
| XYZ | 15.79 | 23.78 | 28.57 | - |
| YUV | 107.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 150 | 140 | 0.92 | 0 | 0.07 | 0.41 | 175.65 | 0.85 | 0.32 |
| Hex | C | 96 | 8C | 5C | 0 | 7 | 29 | B0 | 55 | 20 |
| Octal | 14 | 226 | 214 | 134 | 0 | 7 | 51 | 260 | 125 | 40 |
| Binary | 1100 | 10010110 | 10001100 | 1011100 | 0 | 111 | 101001 | 10110000 | 1010101 | 100000 |
Color Harmonies of #0C968C
Complementary color
Monochromatic Colors of #0C968C
Black with #0C968C
Text Example
Text Example
White with #0C968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C968C; }
p { color: rgb(12,150,140); }
H1.HeaderClassName
{
color: #0C968C;
}
.AnyTagClassName
{
color: #0C968C;
}
</style>
background-color css
<style>
a { background-color: #0C968C; }
a { background-color: rgb(12,150,140); }
div.DivClassName
{
background-color: #0C968C;
}
.BgClassName
{
background-color: #0C968C;
}
</style>
border-color css
<style>
span { border-color: #0C968C; }
span { border-color: rgb(12,150,140); }
td.TdClassName
{
border-color: #0C968C;
}
.TagClassName
{
border-color: #0C968C;
}
</style>