Shades of Deep Sea #0C885E
Tints of Deep Sea #0C885E
RGB
CMYK
RGB Variations
Color information
#0C885E (or 0x0C885E) is known color: Deep Sea. HEX triplet: 0C, 88 and 5E. RGB value is (12,136,94). Sum of RGB (Red+Green+Blue) = 12+136+94=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 136 (53.52% from 255 or 56.20% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 136 - color contains mainly: green. Hex color #0C885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C885E is #F377A1. Grayscale: #5E5E5E. Windows color (decimal): -15955874 or 6195212. OLE color: 6195212.
HSL color Cylindrical-coordinate representation of color #0C885E: hue angle of 159.68º 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 #0C885E is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 94 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.47 |
| HSL | 159.68º | 0.84% | 0.29% | - |
| HSV(B) | 159.68º | 0.91% | 0.53% | - |
| XYZ | 10.98 | 18.49 | 13.58 | - |
| YUV | 94.14 | 127.92 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 94 | 0.91 | 0 | 0.31 | 0.47 | 159.68 | 0.84 | 0.29 |
| Hex | C | 88 | 5E | 5B | 0 | 1F | 2F | A0 | 54 | 1D |
| Octal | 14 | 210 | 136 | 133 | 0 | 37 | 57 | 240 | 124 | 35 |
| Binary | 1100 | 10001000 | 1011110 | 1011011 | 0 | 11111 | 101111 | 10100000 | 1010100 | 11101 |
Color Harmonies of #0C885E
Complementary color
Monochromatic Colors of #0C885E
Black with #0C885E
Text Example
Text Example
White with #0C885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C885E; }
p { color: rgb(12,136,94); }
H1.HeaderClassName
{
color: #0C885E;
}
.AnyTagClassName
{
color: #0C885E;
}
</style>
background-color css
<style>
a { background-color: #0C885E; }
a { background-color: rgb(12,136,94); }
div.DivClassName
{
background-color: #0C885E;
}
.BgClassName
{
background-color: #0C885E;
}
</style>
border-color css
<style>
span { border-color: #0C885E; }
span { border-color: rgb(12,136,94); }
td.TdClassName
{
border-color: #0C885E;
}
.TagClassName
{
border-color: #0C885E;
}
</style>