Shades of Dark Cyan #0C8985
Tints of Dark Cyan #0C8985
RGB
CMYK
RGB Variations
Color information
#0C8985 (or 0x0C8985) is known color: Dark Cyan. HEX triplet: 0C, 89 and 85. RGB value is (12,137,133). Sum of RGB (Red+Green+Blue) = 12+137+133=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8985 is #F3767A. Grayscale: #636363. Windows color (decimal): -15955579 or 8751372. OLE color: 8751372.
HSL color Cylindrical-coordinate representation of color #0C8985: hue angle of 178.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8985 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 133 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.46 |
| HSL | 178.08º | 0.84% | 0.29% | - |
| HSV(B) | 178.08º | 0.91% | 0.54% | - |
| XYZ | 13.33 | 19.66 | 25.28 | - |
| YUV | 99.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 133 | 0.91 | 0 | 0.03 | 0.46 | 178.08 | 0.84 | 0.29 |
| Hex | C | 89 | 85 | 5B | 0 | 3 | 2E | B2 | 54 | 1D |
| Octal | 14 | 211 | 205 | 133 | 0 | 3 | 56 | 262 | 124 | 35 |
| Binary | 1100 | 10001001 | 10000101 | 1011011 | 0 | 11 | 101110 | 10110010 | 1010100 | 11101 |
Color Harmonies of #0C8985
Complementary color
Monochromatic Colors of #0C8985
Black with #0C8985
Text Example
Text Example
White with #0C8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8985; }
p { color: rgb(12,137,133); }
H1.HeaderClassName
{
color: #0C8985;
}
.AnyTagClassName
{
color: #0C8985;
}
</style>
background-color css
<style>
a { background-color: #0C8985; }
a { background-color: rgb(12,137,133); }
div.DivClassName
{
background-color: #0C8985;
}
.BgClassName
{
background-color: #0C8985;
}
</style>
border-color css
<style>
span { border-color: #0C8985; }
span { border-color: rgb(12,137,133); }
td.TdClassName
{
border-color: #0C8985;
}
.TagClassName
{
border-color: #0C8985;
}
</style>