Shades of Light Sea Green #0AABA8
Tints of Light Sea Green #0AABA8
RGB
CMYK
RGB Variations
Color information
#0AABA8 (or 0x0AABA8) is known color: Light Sea Green. HEX triplet: 0A, AB and A8. RGB value is (10,171,168). Sum of RGB (Red+Green+Blue) = 10+171+168=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #0AABA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AABA8 is #F55457. Grayscale: #7A7A7A. Windows color (decimal): -16077912 or 11053834. OLE color: 11053834.
HSL color Cylindrical-coordinate representation of color #0AABA8: hue angle of 178.88º 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 #0AABA8 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 168 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.33 |
| HSL | 178.88º | 0.89% | 0.35% | - |
| HSV(B) | 178.88º | 0.94% | 0.67% | - |
| XYZ | 21.76 | 32.02 | 42.08 | - |
| YUV | 122.52 | 153.66 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 168 | 0.94 | 0 | 0.02 | 0.33 | 178.88 | 0.89 | 0.35 |
| Hex | A | AB | A8 | 5E | 0 | 2 | 21 | B3 | 59 | 23 |
| Octal | 12 | 253 | 250 | 136 | 0 | 2 | 41 | 263 | 131 | 43 |
| Binary | 1010 | 10101011 | 10101000 | 1011110 | 0 | 10 | 100001 | 10110011 | 1011001 | 100011 |
Color Harmonies of #0AABA8
Complementary color
Monochromatic Colors of #0AABA8
Black with #0AABA8
Text Example
Text Example
White with #0AABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABA8; }
p { color: rgb(10,171,168); }
H1.HeaderClassName
{
color: #0AABA8;
}
.AnyTagClassName
{
color: #0AABA8;
}
</style>
background-color css
<style>
a { background-color: #0AABA8; }
a { background-color: rgb(10,171,168); }
div.DivClassName
{
background-color: #0AABA8;
}
.BgClassName
{
background-color: #0AABA8;
}
</style>
border-color css
<style>
span { border-color: #0AABA8; }
span { border-color: rgb(10,171,168); }
td.TdClassName
{
border-color: #0AABA8;
}
.TagClassName
{
border-color: #0AABA8;
}
</style>