Shades of Deep Sea #0A8065
Tints of Deep Sea #0A8065
RGB
CMYK
RGB Variations
Color information
#0A8065 (or 0x0A8065) is known color: Deep Sea. HEX triplet: 0A, 80 and 65. RGB value is (10,128,101). Sum of RGB (Red+Green+Blue) = 10+128+101=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #0A8065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8065 is #F57F9A. Grayscale: #595959. Windows color (decimal): -16088987 or 6651914. OLE color: 6651914.
HSL color Cylindrical-coordinate representation of color #0A8065: hue angle of 166.27º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8065 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 101 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.50 |
| HSL | 166.27º | 0.86% | 0.27% | - |
| HSV(B) | 166.27º | 0.92% | 0.5% | - |
| XYZ | 10.19 | 16.44 | 14.95 | - |
| YUV | 89.64 | 134.41 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 101 | 0.92 | 0 | 0.21 | 0.50 | 166.27 | 0.86 | 0.27 |
| Hex | A | 80 | 65 | 5C | 0 | 15 | 32 | A6 | 56 | 1B |
| Octal | 12 | 200 | 145 | 134 | 0 | 25 | 62 | 246 | 126 | 33 |
| Binary | 1010 | 10000000 | 1100101 | 1011100 | 0 | 10101 | 110010 | 10100110 | 1010110 | 11011 |
Color Harmonies of #0A8065
Complementary color
Monochromatic Colors of #0A8065
Black with #0A8065
Text Example
Text Example
White with #0A8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8065; }
p { color: rgb(10,128,101); }
H1.HeaderClassName
{
color: #0A8065;
}
.AnyTagClassName
{
color: #0A8065;
}
</style>
background-color css
<style>
a { background-color: #0A8065; }
a { background-color: rgb(10,128,101); }
div.DivClassName
{
background-color: #0A8065;
}
.BgClassName
{
background-color: #0A8065;
}
</style>
border-color css
<style>
span { border-color: #0A8065; }
span { border-color: rgb(10,128,101); }
td.TdClassName
{
border-color: #0A8065;
}
.TagClassName
{
border-color: #0A8065;
}
</style>