Shades of Deep Sea #0A8A60
Tints of Deep Sea #0A8A60
RGB
CMYK
RGB Variations
Color information
#0A8A60 (or 0x0A8A60) is known color: Deep Sea. HEX triplet: 0A, 8A and 60. RGB value is (10,138,96). Sum of RGB (Red+Green+Blue) = 10+138+96=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A8A60 is #F5759F. Grayscale: #5E5E5E. Windows color (decimal): -16086432 or 6326794. OLE color: 6326794.
HSL color Cylindrical-coordinate representation of color #0A8A60: hue angle of 160.31º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A60 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 96 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.46 |
| HSL | 160.31º | 0.86% | 0.29% | - |
| HSV(B) | 160.31º | 0.93% | 0.54% | - |
| XYZ | 11.32 | 19.09 | 14.15 | - |
| YUV | 94.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 96 | 0.93 | 0 | 0.30 | 0.46 | 160.31 | 0.86 | 0.29 |
| Hex | A | 8A | 60 | 5D | 0 | 1E | 2E | A0 | 56 | 1D |
| Octal | 12 | 212 | 140 | 135 | 0 | 36 | 56 | 240 | 126 | 35 |
| Binary | 1010 | 10001010 | 1100000 | 1011101 | 0 | 11110 | 101110 | 10100000 | 1010110 | 11101 |
Color Harmonies of #0A8A60
Complementary color
Monochromatic Colors of #0A8A60
Black with #0A8A60
Text Example
Text Example
White with #0A8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A60; }
p { color: rgb(10,138,96); }
H1.HeaderClassName
{
color: #0A8A60;
}
.AnyTagClassName
{
color: #0A8A60;
}
</style>
background-color css
<style>
a { background-color: #0A8A60; }
a { background-color: rgb(10,138,96); }
div.DivClassName
{
background-color: #0A8A60;
}
.BgClassName
{
background-color: #0A8A60;
}
</style>
border-color css
<style>
span { border-color: #0A8A60; }
span { border-color: rgb(10,138,96); }
td.TdClassName
{
border-color: #0A8A60;
}
.TagClassName
{
border-color: #0A8A60;
}
</style>