Shades of Deep Sea #0A8862
Tints of Deep Sea #0A8862
RGB
CMYK
RGB Variations
Color information
#0A8862 (or 0x0A8862) is known color: Deep Sea. HEX triplet: 0A, 88 and 62. RGB value is (10,136,98). Sum of RGB (Red+Green+Blue) = 10+136+98=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8862 is #F5779D. Grayscale: #5E5E5E. Windows color (decimal): -16086942 or 6457354. OLE color: 6457354.
HSL color Cylindrical-coordinate representation of color #0A8862: hue angle of 161.9º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8862 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 98 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.47 |
| HSL | 161.9º | 0.86% | 0.29% | - |
| HSV(B) | 161.9º | 0.93% | 0.53% | - |
| XYZ | 11.13 | 18.55 | 14.55 | - |
| YUV | 93.99 | 130.26 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 98 | 0.93 | 0 | 0.28 | 0.47 | 161.9 | 0.86 | 0.29 |
| Hex | A | 88 | 62 | 5D | 0 | 1C | 2F | A2 | 56 | 1D |
| Octal | 12 | 210 | 142 | 135 | 0 | 34 | 57 | 242 | 126 | 35 |
| Binary | 1010 | 10001000 | 1100010 | 1011101 | 0 | 11100 | 101111 | 10100010 | 1010110 | 11101 |
Color Harmonies of #0A8862
Complementary color
Monochromatic Colors of #0A8862
Black with #0A8862
Text Example
Text Example
White with #0A8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8862; }
p { color: rgb(10,136,98); }
H1.HeaderClassName
{
color: #0A8862;
}
.AnyTagClassName
{
color: #0A8862;
}
</style>
background-color css
<style>
a { background-color: #0A8862; }
a { background-color: rgb(10,136,98); }
div.DivClassName
{
background-color: #0A8862;
}
.BgClassName
{
background-color: #0A8862;
}
</style>
border-color css
<style>
span { border-color: #0A8862; }
span { border-color: rgb(10,136,98); }
td.TdClassName
{
border-color: #0A8862;
}
.TagClassName
{
border-color: #0A8862;
}
</style>