Shades of Light Sea Green #0AAAA8
Tints of Light Sea Green #0AAAA8
RGB
CMYK
RGB Variations
Color information
#0AAAA8 (or 0x0AAAA8) is known color: Light Sea Green. HEX triplet: 0A, AA and A8. RGB value is (10,170,168). Sum of RGB (Red+Green+Blue) = 10+170+168=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAAA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAA8 is #F55557. Grayscale: #797979. Windows color (decimal): -16078168 or 11053578. OLE color: 11053578.
HSL color Cylindrical-coordinate representation of color #0AAAA8: hue angle of 179.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAAA8 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 168 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.33 |
| HSL | 179.25º | 0.89% | 0.35% | - |
| HSV(B) | 179.25º | 0.94% | 0.67% | - |
| XYZ | 21.57 | 31.64 | 42.02 | - |
| YUV | 121.93 | 153.99 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 168 | 0.94 | 0 | 0.01 | 0.33 | 179.25 | 0.89 | 0.35 |
| Hex | A | AA | A8 | 5E | 0 | 1 | 21 | B3 | 59 | 23 |
| Octal | 12 | 252 | 250 | 136 | 0 | 1 | 41 | 263 | 131 | 43 |
| Binary | 1010 | 10101010 | 10101000 | 1011110 | 0 | 1 | 100001 | 10110011 | 1011001 | 100011 |
Color Harmonies of #0AAAA8
Complementary color
Monochromatic Colors of #0AAAA8
Black with #0AAAA8
Text Example
Text Example
White with #0AAAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAAA8; }
p { color: rgb(10,170,168); }
H1.HeaderClassName
{
color: #0AAAA8;
}
.AnyTagClassName
{
color: #0AAAA8;
}
</style>
background-color css
<style>
a { background-color: #0AAAA8; }
a { background-color: rgb(10,170,168); }
div.DivClassName
{
background-color: #0AAAA8;
}
.BgClassName
{
background-color: #0AAAA8;
}
</style>
border-color css
<style>
span { border-color: #0AAAA8; }
span { border-color: rgb(10,170,168); }
td.TdClassName
{
border-color: #0AAAA8;
}
.TagClassName
{
border-color: #0AAAA8;
}
</style>