Shades of Dark Cyan #0C878B
Tints of Dark Cyan #0C878B
RGB
CMYK
RGB Variations
Color information
#0C878B (or 0x0C878B) is known color: Dark Cyan. HEX triplet: 0C, 87 and 8B. RGB value is (12,135,139). Sum of RGB (Red+Green+Blue) = 12+135+139=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C878B is #F37874. Grayscale: #626262. Windows color (decimal): -15956085 or 9144076. OLE color: 9144076.
HSL color Cylindrical-coordinate representation of color #0C878B: hue angle of 181.89º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C878B is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 135 | 139 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.45 |
| HSL | 181.89º | 0.84% | 0.3% | - |
| HSV(B) | 181.89º | 0.91% | 0.55% | - |
| XYZ | 13.48 | 19.27 | 27.44 | - |
| YUV | 98.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 139 | 0.91 | 0.03 | 0 | 0.45 | 181.89 | 0.84 | 0.3 |
| Hex | C | 87 | 8B | 5B | 3 | 0 | 2D | B6 | 54 | 1E |
| Octal | 14 | 207 | 213 | 133 | 3 | 0 | 55 | 266 | 124 | 36 |
| Binary | 1100 | 10000111 | 10001011 | 1011011 | 11 | 0 | 101101 | 10110110 | 1010100 | 11110 |
Color Harmonies of #0C878B
Complementary color
Monochromatic Colors of #0C878B
Black with #0C878B
Text Example
Text Example
White with #0C878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C878B; }
p { color: rgb(12,135,139); }
H1.HeaderClassName
{
color: #0C878B;
}
.AnyTagClassName
{
color: #0C878B;
}
</style>
background-color css
<style>
a { background-color: #0C878B; }
a { background-color: rgb(12,135,139); }
div.DivClassName
{
background-color: #0C878B;
}
.BgClassName
{
background-color: #0C878B;
}
</style>
border-color css
<style>
span { border-color: #0C878B; }
span { border-color: rgb(12,135,139); }
td.TdClassName
{
border-color: #0C878B;
}
.TagClassName
{
border-color: #0C878B;
}
</style>