Shades of Deep Sea #0C806A
Tints of Deep Sea #0C806A
RGB
CMYK
RGB Variations
Color information
#0C806A (or 0x0C806A) is known color: Deep Sea. HEX triplet: 0C, 80 and 6A. RGB value is (12,128,106). Sum of RGB (Red+Green+Blue) = 12+128+106=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #0C806A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C806A is #F37F95. Grayscale: #5A5A5A. Windows color (decimal): -15957910 or 6979596. OLE color: 6979596.
HSL color Cylindrical-coordinate representation of color #0C806A: hue angle of 168.62º 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 #0C806A is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 106 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.50 |
| HSL | 168.62º | 0.83% | 0.27% | - |
| HSV(B) | 168.62º | 0.91% | 0.5% | - |
| XYZ | 10.47 | 16.56 | 16.28 | - |
| YUV | 90.81 | 136.57 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 106 | 0.91 | 0 | 0.17 | 0.50 | 168.62 | 0.83 | 0.27 |
| Hex | C | 80 | 6A | 5B | 0 | 11 | 32 | A9 | 53 | 1B |
| Octal | 14 | 200 | 152 | 133 | 0 | 21 | 62 | 251 | 123 | 33 |
| Binary | 1100 | 10000000 | 1101010 | 1011011 | 0 | 10001 | 110010 | 10101001 | 1010011 | 11011 |
Color Harmonies of #0C806A
Complementary color
Monochromatic Colors of #0C806A
Black with #0C806A
Text Example
Text Example
White with #0C806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C806A; }
p { color: rgb(12,128,106); }
H1.HeaderClassName
{
color: #0C806A;
}
.AnyTagClassName
{
color: #0C806A;
}
</style>
background-color css
<style>
a { background-color: #0C806A; }
a { background-color: rgb(12,128,106); }
div.DivClassName
{
background-color: #0C806A;
}
.BgClassName
{
background-color: #0C806A;
}
</style>
border-color css
<style>
span { border-color: #0C806A; }
span { border-color: rgb(12,128,106); }
td.TdClassName
{
border-color: #0C806A;
}
.TagClassName
{
border-color: #0C806A;
}
</style>