Shades of Dark Cyan #0C8A90
Tints of Dark Cyan #0C8A90
RGB
CMYK
RGB Variations
Color information
#0C8A90 (or 0x0C8A90) is known color: Dark Cyan. HEX triplet: 0C, 8A and 90. RGB value is (12,138,144). Sum of RGB (Red+Green+Blue) = 12+138+144=294 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.08% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C8A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8A90 is #F3756F. Grayscale: #646464. Windows color (decimal): -15955312 or 9472524. OLE color: 9472524.
HSL color Cylindrical-coordinate representation of color #0C8A90: hue angle of 182.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 #0C8A90 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 138 | 144 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.44 |
| HSL | 182.73º | 0.85% | 0.31% | - |
| HSV(B) | 182.73º | 0.92% | 0.56% | - |
| XYZ | 14.27 | 20.27 | 29.55 | - |
| YUV | 101.01 | 152.26 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 144 | 0.92 | 0.04 | 0 | 0.44 | 182.73 | 0.85 | 0.31 |
| Hex | C | 8A | 90 | 5C | 4 | 0 | 2C | B7 | 55 | 1F |
| Octal | 14 | 212 | 220 | 134 | 4 | 0 | 54 | 267 | 125 | 37 |
| Binary | 1100 | 10001010 | 10010000 | 1011100 | 100 | 0 | 101100 | 10110111 | 1010101 | 11111 |
Color Harmonies of #0C8A90
Complementary color
Monochromatic Colors of #0C8A90
Black with #0C8A90
Text Example
Text Example
White with #0C8A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A90; }
p { color: rgb(12,138,144); }
H1.HeaderClassName
{
color: #0C8A90;
}
.AnyTagClassName
{
color: #0C8A90;
}
</style>
background-color css
<style>
a { background-color: #0C8A90; }
a { background-color: rgb(12,138,144); }
div.DivClassName
{
background-color: #0C8A90;
}
.BgClassName
{
background-color: #0C8A90;
}
</style>
border-color css
<style>
span { border-color: #0C8A90; }
span { border-color: rgb(12,138,144); }
td.TdClassName
{
border-color: #0C8A90;
}
.TagClassName
{
border-color: #0C8A90;
}
</style>