Shades of Dark Cyan #0C8792
Tints of Dark Cyan #0C8792
RGB
CMYK
RGB Variations
Color information
#0C8792 (or 0x0C8792) is known color: Dark Cyan. HEX triplet: 0C, 87 and 92. RGB value is (12,135,146). Sum of RGB (Red+Green+Blue) = 12+135+146=293 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.10% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C8792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8792 is #F3786D. Grayscale: #636363. Windows color (decimal): -15956078 or 9602828. OLE color: 9602828.
HSL color Cylindrical-coordinate representation of color #0C8792: hue angle of 184.93º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8792 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 12 | 135 | 146 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.43 |
| HSL | 184.93º | 0.85% | 0.31% | - |
| HSV(B) | 184.93º | 0.92% | 0.57% | - |
| XYZ | 14 | 19.48 | 30.22 | - |
| YUV | 99.48 | 154.25 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 146 | 0.92 | 0.08 | 0 | 0.43 | 184.93 | 0.85 | 0.31 |
| Hex | C | 87 | 92 | 5C | 8 | 0 | 2B | B9 | 55 | 1F |
| Octal | 14 | 207 | 222 | 134 | 10 | 0 | 53 | 271 | 125 | 37 |
| Binary | 1100 | 10000111 | 10010010 | 1011100 | 1000 | 0 | 101011 | 10111001 | 1010101 | 11111 |
Color Harmonies of #0C8792
Complementary color
Monochromatic Colors of #0C8792
Black with #0C8792
Text Example
Text Example
White with #0C8792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8792; }
p { color: rgb(12,135,146); }
H1.HeaderClassName
{
color: #0C8792;
}
.AnyTagClassName
{
color: #0C8792;
}
</style>
background-color css
<style>
a { background-color: #0C8792; }
a { background-color: rgb(12,135,146); }
div.DivClassName
{
background-color: #0C8792;
}
.BgClassName
{
background-color: #0C8792;
}
</style>
border-color css
<style>
span { border-color: #0C8792; }
span { border-color: rgb(12,135,146); }
td.TdClassName
{
border-color: #0C8792;
}
.TagClassName
{
border-color: #0C8792;
}
</style>