Shades of Deep Sea #0C805C
Tints of Deep Sea #0C805C
RGB
CMYK
RGB Variations
Color information
#0C805C (or 0x0C805C) is known color: Deep Sea. HEX triplet: 0C, 80 and 5C. RGB value is (12,128,92). Sum of RGB (Red+Green+Blue) = 12+128+92=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #0C805C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C805C is #F37FA3. Grayscale: #595959. Windows color (decimal): -15957924 or 6062092. OLE color: 6062092.
HSL color Cylindrical-coordinate representation of color #0C805C: hue angle of 161.38º 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 #0C805C is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 92 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.50 |
| HSL | 161.38º | 0.83% | 0.27% | - |
| HSV(B) | 161.38º | 0.91% | 0.5% | - |
| XYZ | 9.8 | 16.29 | 12.75 | - |
| YUV | 89.21 | 129.57 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 92 | 0.91 | 0 | 0.28 | 0.50 | 161.38 | 0.83 | 0.27 |
| Hex | C | 80 | 5C | 5B | 0 | 1C | 32 | A1 | 53 | 1B |
| Octal | 14 | 200 | 134 | 133 | 0 | 34 | 62 | 241 | 123 | 33 |
| Binary | 1100 | 10000000 | 1011100 | 1011011 | 0 | 11100 | 110010 | 10100001 | 1010011 | 11011 |
Color Harmonies of #0C805C
Complementary color
Monochromatic Colors of #0C805C
Black with #0C805C
Text Example
Text Example
White with #0C805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C805C; }
p { color: rgb(12,128,92); }
H1.HeaderClassName
{
color: #0C805C;
}
.AnyTagClassName
{
color: #0C805C;
}
</style>
background-color css
<style>
a { background-color: #0C805C; }
a { background-color: rgb(12,128,92); }
div.DivClassName
{
background-color: #0C805C;
}
.BgClassName
{
background-color: #0C805C;
}
</style>
border-color css
<style>
span { border-color: #0C805C; }
span { border-color: rgb(12,128,92); }
td.TdClassName
{
border-color: #0C805C;
}
.TagClassName
{
border-color: #0C805C;
}
</style>