Shades of Dark Cyan #0C7F90
Tints of Dark Cyan #0C7F90
RGB
CMYK
RGB Variations
Color information
#0C7F90 (or 0x0C7F90) is known color: Dark Cyan. HEX triplet: 0C, 7F and 90. RGB value is (12,127,144). Sum of RGB (Red+Green+Blue) = 12+127+144=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C7F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7F90 is #F3806F. Grayscale: #5E5E5E. Windows color (decimal): -15958128 or 9469708. OLE color: 9469708.
HSL color Cylindrical-coordinate representation of color #0C7F90: hue angle of 187.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C7F90 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 127 | 144 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.44 |
| HSL | 187.73º | 0.85% | 0.31% | - |
| HSV(B) | 187.73º | 0.92% | 0.56% | - |
| XYZ | 12.78 | 17.27 | 29.05 | - |
| YUV | 94.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 144 | 0.92 | 0.12 | 0 | 0.44 | 187.73 | 0.85 | 0.31 |
| Hex | C | 7F | 90 | 5C | C | 0 | 2C | BC | 55 | 1F |
| Octal | 14 | 177 | 220 | 134 | 14 | 0 | 54 | 274 | 125 | 37 |
| Binary | 1100 | 1111111 | 10010000 | 1011100 | 1100 | 0 | 101100 | 10111100 | 1010101 | 11111 |
Color Harmonies of #0C7F90
Complementary color
Monochromatic Colors of #0C7F90
Black with #0C7F90
Text Example
Text Example
White with #0C7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7F90; }
p { color: rgb(12,127,144); }
H1.HeaderClassName
{
color: #0C7F90;
}
.AnyTagClassName
{
color: #0C7F90;
}
</style>
background-color css
<style>
a { background-color: #0C7F90; }
a { background-color: rgb(12,127,144); }
div.DivClassName
{
background-color: #0C7F90;
}
.BgClassName
{
background-color: #0C7F90;
}
</style>
border-color css
<style>
span { border-color: #0C7F90; }
span { border-color: rgb(12,127,144); }
td.TdClassName
{
border-color: #0C7F90;
}
.TagClassName
{
border-color: #0C7F90;
}
</style>