Shades of Deep Sea #0C856C
Tints of Deep Sea #0C856C
RGB
CMYK
RGB Variations
Color information
#0C856C (or 0x0C856C) is known color: Deep Sea. HEX triplet: 0C, 85 and 6C. RGB value is (12,133,108). Sum of RGB (Red+Green+Blue) = 12+133+108=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #0C856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C856C is #F37A93. Grayscale: #5D5D5D. Windows color (decimal): -15956628 or 7111948. OLE color: 7111948.
HSL color Cylindrical-coordinate representation of color #0C856C: hue angle of 167.6º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C856C is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 133 | 108 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.48 |
| HSL | 167.6º | 0.83% | 0.28% | - |
| HSV(B) | 167.6º | 0.91% | 0.52% | - |
| XYZ | 11.25 | 17.94 | 17.06 | - |
| YUV | 93.97 | 135.91 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 133 | 108 | 0.91 | 0 | 0.19 | 0.48 | 167.6 | 0.83 | 0.28 |
| Hex | C | 85 | 6C | 5B | 0 | 13 | 30 | A8 | 53 | 1C |
| Octal | 14 | 205 | 154 | 133 | 0 | 23 | 60 | 250 | 123 | 34 |
| Binary | 1100 | 10000101 | 1101100 | 1011011 | 0 | 10011 | 110000 | 10101000 | 1010011 | 11100 |
Color Harmonies of #0C856C
Complementary color
Monochromatic Colors of #0C856C
Black with #0C856C
Text Example
Text Example
White with #0C856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C856C; }
p { color: rgb(12,133,108); }
H1.HeaderClassName
{
color: #0C856C;
}
.AnyTagClassName
{
color: #0C856C;
}
</style>
background-color css
<style>
a { background-color: #0C856C; }
a { background-color: rgb(12,133,108); }
div.DivClassName
{
background-color: #0C856C;
}
.BgClassName
{
background-color: #0C856C;
}
</style>
border-color css
<style>
span { border-color: #0C856C; }
span { border-color: rgb(12,133,108); }
td.TdClassName
{
border-color: #0C856C;
}
.TagClassName
{
border-color: #0C856C;
}
</style>