Shades of Deep Sea #0A815C
Tints of Deep Sea #0A815C
RGB
CMYK
RGB Variations
Color information
#0A815C (or 0x0A815C) is known color: Deep Sea. HEX triplet: 0A, 81 and 5C. RGB value is (10,129,92). Sum of RGB (Red+Green+Blue) = 10+129+92=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #0A815C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A815C is #F57EA3. Grayscale: #595959. Windows color (decimal): -16088740 or 6062346. OLE color: 6062346.
HSL color Cylindrical-coordinate representation of color #0A815C: hue angle of 161.34º 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 #0A815C is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 92 | - |
| CMYK | 0.92 | 0 | 0.29 | 0.49 |
| HSL | 161.34º | 0.86% | 0.27% | - |
| HSV(B) | 161.34º | 0.92% | 0.51% | - |
| XYZ | 9.91 | 16.54 | 12.8 | - |
| YUV | 89.2 | 129.58 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 92 | 0.92 | 0 | 0.29 | 0.49 | 161.34 | 0.86 | 0.27 |
| Hex | A | 81 | 5C | 5C | 0 | 1D | 31 | A1 | 56 | 1B |
| Octal | 12 | 201 | 134 | 134 | 0 | 35 | 61 | 241 | 126 | 33 |
| Binary | 1010 | 10000001 | 1011100 | 1011100 | 0 | 11101 | 110001 | 10100001 | 1010110 | 11011 |
Color Harmonies of #0A815C
Complementary color
Monochromatic Colors of #0A815C
Black with #0A815C
Text Example
Text Example
White with #0A815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A815C; }
p { color: rgb(10,129,92); }
H1.HeaderClassName
{
color: #0A815C;
}
.AnyTagClassName
{
color: #0A815C;
}
</style>
background-color css
<style>
a { background-color: #0A815C; }
a { background-color: rgb(10,129,92); }
div.DivClassName
{
background-color: #0A815C;
}
.BgClassName
{
background-color: #0A815C;
}
</style>
border-color css
<style>
span { border-color: #0A815C; }
span { border-color: rgb(10,129,92); }
td.TdClassName
{
border-color: #0A815C;
}
.TagClassName
{
border-color: #0A815C;
}
</style>