Shades of Dark Cyan #0C8C7F
Tints of Dark Cyan #0C8C7F
RGB
CMYK
RGB Variations
Color information
#0C8C7F (or 0x0C8C7F) is known color: Dark Cyan. HEX triplet: 0C, 8C and 7F. RGB value is (12,140,127). Sum of RGB (Red+Green+Blue) = 12+140+127=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #0C8C7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8C7F is #F37380. Grayscale: #646464. Windows color (decimal): -15954817 or 8358924. OLE color: 8358924.
HSL color Cylindrical-coordinate representation of color #0C8C7F: hue angle of 173.91º 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 #0C8C7F is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 140 | 127 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.45 |
| HSL | 173.91º | 0.84% | 0.3% | - |
| HSV(B) | 173.91º | 0.91% | 0.55% | - |
| XYZ | 13.36 | 20.37 | 23.31 | - |
| YUV | 100.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 140 | 127 | 0.91 | 0 | 0.09 | 0.45 | 173.91 | 0.84 | 0.3 |
| Hex | C | 8C | 7F | 5B | 0 | 9 | 2D | AE | 54 | 1E |
| Octal | 14 | 214 | 177 | 133 | 0 | 11 | 55 | 256 | 124 | 36 |
| Binary | 1100 | 10001100 | 1111111 | 1011011 | 0 | 1001 | 101101 | 10101110 | 1010100 | 11110 |
Color Harmonies of #0C8C7F
Complementary color
Monochromatic Colors of #0C8C7F
Black with #0C8C7F
Text Example
Text Example
White with #0C8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8C7F; }
p { color: rgb(12,140,127); }
H1.HeaderClassName
{
color: #0C8C7F;
}
.AnyTagClassName
{
color: #0C8C7F;
}
</style>
background-color css
<style>
a { background-color: #0C8C7F; }
a { background-color: rgb(12,140,127); }
div.DivClassName
{
background-color: #0C8C7F;
}
.BgClassName
{
background-color: #0C8C7F;
}
</style>
border-color css
<style>
span { border-color: #0C8C7F; }
span { border-color: rgb(12,140,127); }
td.TdClassName
{
border-color: #0C8C7F;
}
.TagClassName
{
border-color: #0C8C7F;
}
</style>