Shades of Dark Cyan #0C9484
Tints of Dark Cyan #0C9484
RGB
CMYK
RGB Variations
Color information
#0C9484 (or 0x0C9484) is known color: Dark Cyan. HEX triplet: 0C, 94 and 84. RGB value is (12,148,132). Sum of RGB (Red+Green+Blue) = 12+148+132=292 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.11% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #0C9484 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9484 is #F36B7B. Grayscale: #696969. Windows color (decimal): -15952764 or 8688652. OLE color: 8688652.
HSL color Cylindrical-coordinate representation of color #0C9484: hue angle of 172.94º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9484 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 12 | 148 | 132 | - |
| CMYK | 0.92 | 0 | 0.11 | 0.42 |
| HSL | 172.94º | 0.85% | 0.31% | - |
| HSV(B) | 172.94º | 0.92% | 0.58% | - |
| XYZ | 14.91 | 22.92 | 25.47 | - |
| YUV | 105.51 | 142.94 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 132 | 0.92 | 0 | 0.11 | 0.42 | 172.94 | 0.85 | 0.31 |
| Hex | C | 94 | 84 | 5C | 0 | B | 2A | AD | 55 | 1F |
| Octal | 14 | 224 | 204 | 134 | 0 | 13 | 52 | 255 | 125 | 37 |
| Binary | 1100 | 10010100 | 10000100 | 1011100 | 0 | 1011 | 101010 | 10101101 | 1010101 | 11111 |
Color Harmonies of #0C9484
Complementary color
Monochromatic Colors of #0C9484
Black with #0C9484
Text Example
Text Example
White with #0C9484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9484; }
p { color: rgb(12,148,132); }
H1.HeaderClassName
{
color: #0C9484;
}
.AnyTagClassName
{
color: #0C9484;
}
</style>
background-color css
<style>
a { background-color: #0C9484; }
a { background-color: rgb(12,148,132); }
div.DivClassName
{
background-color: #0C9484;
}
.BgClassName
{
background-color: #0C9484;
}
</style>
border-color css
<style>
span { border-color: #0C9484; }
span { border-color: rgb(12,148,132); }
td.TdClassName
{
border-color: #0C9484;
}
.TagClassName
{
border-color: #0C9484;
}
</style>