Shades of Deep Sea #0C8862
Tints of Deep Sea #0C8862
RGB
CMYK
RGB Variations
Color information
#0C8862 (or 0x0C8862) is known color: Deep Sea. HEX triplet: 0C, 88 and 62. RGB value is (12,136,98). Sum of RGB (Red+Green+Blue) = 12+136+98=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #0C8862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8862 is #F3779D. Grayscale: #5E5E5E. Windows color (decimal): -15955870 or 6457356. OLE color: 6457356.
HSL color Cylindrical-coordinate representation of color #0C8862: hue angle of 161.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8862 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 98 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.47 |
| HSL | 161.61º | 0.84% | 0.29% | - |
| HSV(B) | 161.61º | 0.91% | 0.53% | - |
| XYZ | 11.16 | 18.57 | 14.55 | - |
| YUV | 94.59 | 129.92 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 98 | 0.91 | 0 | 0.28 | 0.47 | 161.61 | 0.84 | 0.29 |
| Hex | C | 88 | 62 | 5B | 0 | 1C | 2F | A2 | 54 | 1D |
| Octal | 14 | 210 | 142 | 133 | 0 | 34 | 57 | 242 | 124 | 35 |
| Binary | 1100 | 10001000 | 1100010 | 1011011 | 0 | 11100 | 101111 | 10100010 | 1010100 | 11101 |
Color Harmonies of #0C8862
Complementary color
Monochromatic Colors of #0C8862
Black with #0C8862
Text Example
Text Example
White with #0C8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8862; }
p { color: rgb(12,136,98); }
H1.HeaderClassName
{
color: #0C8862;
}
.AnyTagClassName
{
color: #0C8862;
}
</style>
background-color css
<style>
a { background-color: #0C8862; }
a { background-color: rgb(12,136,98); }
div.DivClassName
{
background-color: #0C8862;
}
.BgClassName
{
background-color: #0C8862;
}
</style>
border-color css
<style>
span { border-color: #0C8862; }
span { border-color: rgb(12,136,98); }
td.TdClassName
{
border-color: #0C8862;
}
.TagClassName
{
border-color: #0C8862;
}
</style>