Shades of Deep Sea #0C885D
Tints of Deep Sea #0C885D
RGB
CMYK
RGB Variations
Color information
#0C885D (or 0x0C885D) is known color: Deep Sea. HEX triplet: 0C, 88 and 5D. RGB value is (12,136,93). Sum of RGB (Red+Green+Blue) = 12+136+93=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #0C885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C885D is #F377A2. Grayscale: #5E5E5E. Windows color (decimal): -15955875 or 6129676. OLE color: 6129676.
HSL color Cylindrical-coordinate representation of color #0C885D: hue angle of 159.19º 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 #0C885D is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 93 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.47 |
| HSL | 159.19º | 0.84% | 0.29% | - |
| HSV(B) | 159.19º | 0.91% | 0.53% | - |
| XYZ | 10.93 | 18.48 | 13.35 | - |
| YUV | 94.02 | 127.42 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 93 | 0.91 | 0 | 0.32 | 0.47 | 159.19 | 0.84 | 0.29 |
| Hex | C | 88 | 5D | 5B | 0 | 20 | 2F | 9F | 54 | 1D |
| Octal | 14 | 210 | 135 | 133 | 0 | 40 | 57 | 237 | 124 | 35 |
| Binary | 1100 | 10001000 | 1011101 | 1011011 | 0 | 100000 | 101111 | 10011111 | 1010100 | 11101 |
Color Harmonies of #0C885D
Complementary color
Monochromatic Colors of #0C885D
Black with #0C885D
Text Example
Text Example
White with #0C885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C885D; }
p { color: rgb(12,136,93); }
H1.HeaderClassName
{
color: #0C885D;
}
.AnyTagClassName
{
color: #0C885D;
}
</style>
background-color css
<style>
a { background-color: #0C885D; }
a { background-color: rgb(12,136,93); }
div.DivClassName
{
background-color: #0C885D;
}
.BgClassName
{
background-color: #0C885D;
}
</style>
border-color css
<style>
span { border-color: #0C885D; }
span { border-color: rgb(12,136,93); }
td.TdClassName
{
border-color: #0C885D;
}
.TagClassName
{
border-color: #0C885D;
}
</style>