Shades of Dark Cyan #0C918A
Tints of Dark Cyan #0C918A
RGB
CMYK
RGB Variations
Color information
#0C918A (or 0x0C918A) is known color: Dark Cyan. HEX triplet: 0C, 91 and 8A. RGB value is (12,145,138). Sum of RGB (Red+Green+Blue) = 12+145+138=295 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.07% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #0C918A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C918A is #F36E75. Grayscale: #686868. Windows color (decimal): -15953526 or 9081100. OLE color: 9081100.
HSL color Cylindrical-coordinate representation of color #0C918A: hue angle of 176.84º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C918A is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 145 | 138 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.43 |
| HSL | 176.84º | 0.85% | 0.31% | - |
| HSV(B) | 176.84º | 0.92% | 0.57% | - |
| XYZ | 14.86 | 22.16 | 27.54 | - |
| YUV | 104.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 145 | 138 | 0.92 | 0 | 0.05 | 0.43 | 176.84 | 0.85 | 0.31 |
| Hex | C | 91 | 8A | 5C | 0 | 5 | 2B | B1 | 55 | 1F |
| Octal | 14 | 221 | 212 | 134 | 0 | 5 | 53 | 261 | 125 | 37 |
| Binary | 1100 | 10010001 | 10001010 | 1011100 | 0 | 101 | 101011 | 10110001 | 1010101 | 11111 |
Color Harmonies of #0C918A
Complementary color
Monochromatic Colors of #0C918A
Black with #0C918A
Text Example
Text Example
White with #0C918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C918A; }
p { color: rgb(12,145,138); }
H1.HeaderClassName
{
color: #0C918A;
}
.AnyTagClassName
{
color: #0C918A;
}
</style>
background-color css
<style>
a { background-color: #0C918A; }
a { background-color: rgb(12,145,138); }
div.DivClassName
{
background-color: #0C918A;
}
.BgClassName
{
background-color: #0C918A;
}
</style>
border-color css
<style>
span { border-color: #0C918A; }
span { border-color: rgb(12,145,138); }
td.TdClassName
{
border-color: #0C918A;
}
.TagClassName
{
border-color: #0C918A;
}
</style>