Shades of Deep Sea #0A845E
Tints of Deep Sea #0A845E
RGB
CMYK
RGB Variations
Color information
#0A845E (or 0x0A845E) is known color: Deep Sea. HEX triplet: 0A, 84 and 5E. RGB value is (10,132,94). Sum of RGB (Red+Green+Blue) = 10+132+94=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #0A845E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A845E is #F57BA1. Grayscale: #5B5B5B. Windows color (decimal): -16087970 or 6194186. OLE color: 6194186.
HSL color Cylindrical-coordinate representation of color #0A845E: hue angle of 161.31º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A845E is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 132 | 94 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.48 |
| HSL | 161.31º | 0.86% | 0.28% | - |
| HSV(B) | 161.31º | 0.92% | 0.52% | - |
| XYZ | 10.4 | 17.38 | 13.4 | - |
| YUV | 91.19 | 129.58 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 94 | 0.92 | 0 | 0.29 | 0.48 | 161.31 | 0.86 | 0.28 |
| Hex | A | 84 | 5E | 5C | 0 | 1D | 30 | A1 | 56 | 1C |
| Octal | 12 | 204 | 136 | 134 | 0 | 35 | 60 | 241 | 126 | 34 |
| Binary | 1010 | 10000100 | 1011110 | 1011100 | 0 | 11101 | 110000 | 10100001 | 1010110 | 11100 |
Color Harmonies of #0A845E
Complementary color
Monochromatic Colors of #0A845E
Black with #0A845E
Text Example
Text Example
White with #0A845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A845E; }
p { color: rgb(10,132,94); }
H1.HeaderClassName
{
color: #0A845E;
}
.AnyTagClassName
{
color: #0A845E;
}
</style>
background-color css
<style>
a { background-color: #0A845E; }
a { background-color: rgb(10,132,94); }
div.DivClassName
{
background-color: #0A845E;
}
.BgClassName
{
background-color: #0A845E;
}
</style>
border-color css
<style>
span { border-color: #0A845E; }
span { border-color: rgb(10,132,94); }
td.TdClassName
{
border-color: #0A845E;
}
.TagClassName
{
border-color: #0A845E;
}
</style>