Shades of Deep Sea #0A885D
Tints of Deep Sea #0A885D
RGB
CMYK
RGB Variations
Color information
#0A885D (or 0x0A885D) is known color: Deep Sea. HEX triplet: 0A, 88 and 5D. RGB value is (10,136,93). Sum of RGB (Red+Green+Blue) = 10+136+93=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #0A885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A885D is #F577A2. Grayscale: #5D5D5D. Windows color (decimal): -16086947 or 6129674. OLE color: 6129674.
HSL color Cylindrical-coordinate representation of color #0A885D: hue angle of 159.52º 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 #0A885D is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 136 | 93 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.47 |
| HSL | 159.52º | 0.86% | 0.29% | - |
| HSV(B) | 159.52º | 0.93% | 0.53% | - |
| XYZ | 10.91 | 18.46 | 13.34 | - |
| YUV | 93.42 | 127.76 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 136 | 93 | 0.93 | 0 | 0.32 | 0.47 | 159.52 | 0.86 | 0.29 |
| Hex | A | 88 | 5D | 5D | 0 | 20 | 2F | A0 | 56 | 1D |
| Octal | 12 | 210 | 135 | 135 | 0 | 40 | 57 | 240 | 126 | 35 |
| Binary | 1010 | 10001000 | 1011101 | 1011101 | 0 | 100000 | 101111 | 10100000 | 1010110 | 11101 |
Color Harmonies of #0A885D
Complementary color
Monochromatic Colors of #0A885D
Black with #0A885D
Text Example
Text Example
White with #0A885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A885D; }
p { color: rgb(10,136,93); }
H1.HeaderClassName
{
color: #0A885D;
}
.AnyTagClassName
{
color: #0A885D;
}
</style>
background-color css
<style>
a { background-color: #0A885D; }
a { background-color: rgb(10,136,93); }
div.DivClassName
{
background-color: #0A885D;
}
.BgClassName
{
background-color: #0A885D;
}
</style>
border-color css
<style>
span { border-color: #0A885D; }
span { border-color: rgb(10,136,93); }
td.TdClassName
{
border-color: #0A885D;
}
.TagClassName
{
border-color: #0A885D;
}
</style>