Shades of Deep Sea #0C805F
Tints of Deep Sea #0C805F
RGB
CMYK
RGB Variations
Color information
#0C805F (or 0x0C805F) is known color: Deep Sea. HEX triplet: 0C, 80 and 5F. RGB value is (12,128,95). Sum of RGB (Red+Green+Blue) = 12+128+95=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #0C805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C805F is #F37FA0. Grayscale: #595959. Windows color (decimal): -15957921 or 6258700. OLE color: 6258700.
HSL color Cylindrical-coordinate representation of color #0C805F: hue angle of 162.93º 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 #0C805F is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 95 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.50 |
| HSL | 162.93º | 0.83% | 0.27% | - |
| HSV(B) | 162.93º | 0.91% | 0.5% | - |
| XYZ | 9.94 | 16.34 | 13.46 | - |
| YUV | 89.55 | 131.07 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 95 | 0.91 | 0 | 0.26 | 0.50 | 162.93 | 0.83 | 0.27 |
| Hex | C | 80 | 5F | 5B | 0 | 1A | 32 | A3 | 53 | 1B |
| Octal | 14 | 200 | 137 | 133 | 0 | 32 | 62 | 243 | 123 | 33 |
| Binary | 1100 | 10000000 | 1011111 | 1011011 | 0 | 11010 | 110010 | 10100011 | 1010011 | 11011 |
Color Harmonies of #0C805F
Complementary color
Monochromatic Colors of #0C805F
Black with #0C805F
Text Example
Text Example
White with #0C805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C805F; }
p { color: rgb(12,128,95); }
H1.HeaderClassName
{
color: #0C805F;
}
.AnyTagClassName
{
color: #0C805F;
}
</style>
background-color css
<style>
a { background-color: #0C805F; }
a { background-color: rgb(12,128,95); }
div.DivClassName
{
background-color: #0C805F;
}
.BgClassName
{
background-color: #0C805F;
}
</style>
border-color css
<style>
span { border-color: #0C805F; }
span { border-color: rgb(12,128,95); }
td.TdClassName
{
border-color: #0C805F;
}
.TagClassName
{
border-color: #0C805F;
}
</style>