Shades of Light Sea Green #0AACA9
Tints of Light Sea Green #0AACA9
RGB
CMYK
RGB Variations
Color information
#0AACA9 (or 0x0AACA9) is known color: Light Sea Green. HEX triplet: 0A, AC and A9. RGB value is (10,172,169). Sum of RGB (Red+Green+Blue) = 10+172+169=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #0AACA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AACA9 is #F55356. Grayscale: #7B7B7B. Windows color (decimal): -16077655 or 11119626. OLE color: 11119626.
HSL color Cylindrical-coordinate representation of color #0AACA9: hue angle of 178.89º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AACA9 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 169 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.33 |
| HSL | 178.89º | 0.89% | 0.36% | - |
| HSV(B) | 178.89º | 0.94% | 0.67% | - |
| XYZ | 22.04 | 32.43 | 42.63 | - |
| YUV | 123.22 | 153.83 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 169 | 0.94 | 0 | 0.02 | 0.33 | 178.89 | 0.89 | 0.36 |
| Hex | A | AC | A9 | 5E | 0 | 2 | 21 | B3 | 59 | 24 |
| Octal | 12 | 254 | 251 | 136 | 0 | 2 | 41 | 263 | 131 | 44 |
| Binary | 1010 | 10101100 | 10101001 | 1011110 | 0 | 10 | 100001 | 10110011 | 1011001 | 100100 |
Color Harmonies of #0AACA9
Complementary color
Monochromatic Colors of #0AACA9
Black with #0AACA9
Text Example
Text Example
White with #0AACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACA9; }
p { color: rgb(10,172,169); }
H1.HeaderClassName
{
color: #0AACA9;
}
.AnyTagClassName
{
color: #0AACA9;
}
</style>
background-color css
<style>
a { background-color: #0AACA9; }
a { background-color: rgb(10,172,169); }
div.DivClassName
{
background-color: #0AACA9;
}
.BgClassName
{
background-color: #0AACA9;
}
</style>
border-color css
<style>
span { border-color: #0AACA9; }
span { border-color: rgb(10,172,169); }
td.TdClassName
{
border-color: #0AACA9;
}
.TagClassName
{
border-color: #0AACA9;
}
</style>