Shades of Deep Sea #0A8158
Tints of Deep Sea #0A8158
RGB
CMYK
RGB Variations
Color information
#0A8158 (or 0x0A8158) is known color: Deep Sea. HEX triplet: 0A, 81 and 58. RGB value is (10,129,88). Sum of RGB (Red+Green+Blue) = 10+129+88=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #0A8158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8158 is #F57EA7. Grayscale: #585858. Windows color (decimal): -16088744 or 5800202. OLE color: 5800202.
HSL color Cylindrical-coordinate representation of color #0A8158: hue angle of 159.33º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A8158 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 88 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.49 |
| HSL | 159.33º | 0.86% | 0.27% | - |
| HSV(B) | 159.33º | 0.92% | 0.51% | - |
| XYZ | 9.74 | 16.47 | 11.9 | - |
| YUV | 88.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 88 | 0.92 | 0 | 0.32 | 0.49 | 159.33 | 0.86 | 0.27 |
| Hex | A | 81 | 58 | 5C | 0 | 20 | 31 | 9F | 56 | 1B |
| Octal | 12 | 201 | 130 | 134 | 0 | 40 | 61 | 237 | 126 | 33 |
| Binary | 1010 | 10000001 | 1011000 | 1011100 | 0 | 100000 | 110001 | 10011111 | 1010110 | 11011 |
Color Harmonies of #0A8158
Complementary color
Monochromatic Colors of #0A8158
Black with #0A8158
Text Example
Text Example
White with #0A8158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8158; }
p { color: rgb(10,129,88); }
H1.HeaderClassName
{
color: #0A8158;
}
.AnyTagClassName
{
color: #0A8158;
}
</style>
background-color css
<style>
a { background-color: #0A8158; }
a { background-color: rgb(10,129,88); }
div.DivClassName
{
background-color: #0A8158;
}
.BgClassName
{
background-color: #0A8158;
}
</style>
border-color css
<style>
span { border-color: #0A8158; }
span { border-color: rgb(10,129,88); }
td.TdClassName
{
border-color: #0A8158;
}
.TagClassName
{
border-color: #0A8158;
}
</style>