Shades of Deep Sea #0C8063
Tints of Deep Sea #0C8063
RGB
CMYK
RGB Variations
Color information
#0C8063 (or 0x0C8063) is known color: Deep Sea. HEX triplet: 0C, 80 and 63. RGB value is (12,128,99). Sum of RGB (Red+Green+Blue) = 12+128+99=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #0C8063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8063 is #F37F9C. Grayscale: #5A5A5A. Windows color (decimal): -15957917 or 6520844. OLE color: 6520844.
HSL color Cylindrical-coordinate representation of color #0C8063: hue angle of 165º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8063 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 99 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.50 |
| HSL | 165º | 0.83% | 0.27% | - |
| HSV(B) | 165º | 0.91% | 0.5% | - |
| XYZ | 10.12 | 16.42 | 14.44 | - |
| YUV | 90.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 99 | 0.91 | 0 | 0.23 | 0.50 | 165 | 0.83 | 0.27 |
| Hex | C | 80 | 63 | 5B | 0 | 17 | 32 | A5 | 53 | 1B |
| Octal | 14 | 200 | 143 | 133 | 0 | 27 | 62 | 245 | 123 | 33 |
| Binary | 1100 | 10000000 | 1100011 | 1011011 | 0 | 10111 | 110010 | 10100101 | 1010011 | 11011 |
Color Harmonies of #0C8063
Complementary color
Monochromatic Colors of #0C8063
Black with #0C8063
Text Example
Text Example
White with #0C8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8063; }
p { color: rgb(12,128,99); }
H1.HeaderClassName
{
color: #0C8063;
}
.AnyTagClassName
{
color: #0C8063;
}
</style>
background-color css
<style>
a { background-color: #0C8063; }
a { background-color: rgb(12,128,99); }
div.DivClassName
{
background-color: #0C8063;
}
.BgClassName
{
background-color: #0C8063;
}
</style>
border-color css
<style>
span { border-color: #0C8063; }
span { border-color: rgb(12,128,99); }
td.TdClassName
{
border-color: #0C8063;
}
.TagClassName
{
border-color: #0C8063;
}
</style>