Shades of Deep Sea #0C895A
Tints of Deep Sea #0C895A
RGB
CMYK
RGB Variations
Color information
#0C895A (or 0x0C895A) is known color: Deep Sea. HEX triplet: 0C, 89 and 5A. RGB value is (12,137,90). Sum of RGB (Red+Green+Blue) = 12+137+90=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #0C895A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C895A is #F376A5. Grayscale: #5E5E5E. Windows color (decimal): -15955622 or 5933324. OLE color: 5933324.
HSL color Cylindrical-coordinate representation of color #0C895A: hue angle of 157.44º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C895A is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 90 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.46 |
| HSL | 157.44º | 0.84% | 0.29% | - |
| HSV(B) | 157.44º | 0.91% | 0.54% | - |
| XYZ | 10.94 | 18.71 | 12.71 | - |
| YUV | 94.27 | 125.59 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 90 | 0.91 | 0 | 0.34 | 0.46 | 157.44 | 0.84 | 0.29 |
| Hex | C | 89 | 5A | 5B | 0 | 22 | 2E | 9D | 54 | 1D |
| Octal | 14 | 211 | 132 | 133 | 0 | 42 | 56 | 235 | 124 | 35 |
| Binary | 1100 | 10001001 | 1011010 | 1011011 | 0 | 100010 | 101110 | 10011101 | 1010100 | 11101 |
Color Harmonies of #0C895A
Complementary color
Monochromatic Colors of #0C895A
Black with #0C895A
Text Example
Text Example
White with #0C895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C895A; }
p { color: rgb(12,137,90); }
H1.HeaderClassName
{
color: #0C895A;
}
.AnyTagClassName
{
color: #0C895A;
}
</style>
background-color css
<style>
a { background-color: #0C895A; }
a { background-color: rgb(12,137,90); }
div.DivClassName
{
background-color: #0C895A;
}
.BgClassName
{
background-color: #0C895A;
}
</style>
border-color css
<style>
span { border-color: #0C895A; }
span { border-color: rgb(12,137,90); }
td.TdClassName
{
border-color: #0C895A;
}
.TagClassName
{
border-color: #0C895A;
}
</style>