Shades of Deep Sea #0A8359
Tints of Deep Sea #0A8359
RGB
CMYK
RGB Variations
Color information
#0A8359 (or 0x0A8359) is known color: Deep Sea. HEX triplet: 0A, 83 and 59. RGB value is (10,131,89). Sum of RGB (Red+Green+Blue) = 10+131+89=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #0A8359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8359 is #F57CA6. Grayscale: #5A5A5A. Windows color (decimal): -16088231 or 5866250. OLE color: 5866250.
HSL color Cylindrical-coordinate representation of color #0A8359: hue angle of 159.17º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8359 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 131 | 89 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.49 |
| HSL | 159.17º | 0.86% | 0.28% | - |
| HSV(B) | 159.17º | 0.92% | 0.51% | - |
| XYZ | 10.04 | 17.02 | 12.21 | - |
| YUV | 90.03 | 127.41 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 89 | 0.92 | 0 | 0.32 | 0.49 | 159.17 | 0.86 | 0.28 |
| Hex | A | 83 | 59 | 5C | 0 | 20 | 31 | 9F | 56 | 1C |
| Octal | 12 | 203 | 131 | 134 | 0 | 40 | 61 | 237 | 126 | 34 |
| Binary | 1010 | 10000011 | 1011001 | 1011100 | 0 | 100000 | 110001 | 10011111 | 1010110 | 11100 |
Color Harmonies of #0A8359
Complementary color
Monochromatic Colors of #0A8359
Black with #0A8359
Text Example
Text Example
White with #0A8359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8359; }
p { color: rgb(10,131,89); }
H1.HeaderClassName
{
color: #0A8359;
}
.AnyTagClassName
{
color: #0A8359;
}
</style>
background-color css
<style>
a { background-color: #0A8359; }
a { background-color: rgb(10,131,89); }
div.DivClassName
{
background-color: #0A8359;
}
.BgClassName
{
background-color: #0A8359;
}
</style>
border-color css
<style>
span { border-color: #0A8359; }
span { border-color: rgb(10,131,89); }
td.TdClassName
{
border-color: #0A8359;
}
.TagClassName
{
border-color: #0A8359;
}
</style>