Shades of Light Sea Green #0AABA7
Tints of Light Sea Green #0AABA7
RGB
CMYK
RGB Variations
Color information
#0AABA7 (or 0x0AABA7) is known color: Light Sea Green. HEX triplet: 0A, AB and A7. RGB value is (10,171,167). Sum of RGB (Red+Green+Blue) = 10+171+167=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 167 (65.62% from 255 or 47.99% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #0AABA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AABA7 is #F55458. Grayscale: #7A7A7A. Windows color (decimal): -16077913 or 10988298. OLE color: 10988298.
HSL color Cylindrical-coordinate representation of color #0AABA7: hue angle of 178.51º 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 #0AABA7 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 167 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.33 |
| HSL | 178.51º | 0.89% | 0.35% | - |
| HSV(B) | 178.51º | 0.94% | 0.67% | - |
| XYZ | 21.66 | 31.98 | 41.59 | - |
| YUV | 122.41 | 153.16 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 167 | 0.94 | 0 | 0.02 | 0.33 | 178.51 | 0.89 | 0.35 |
| Hex | A | AB | A7 | 5E | 0 | 2 | 21 | B3 | 59 | 23 |
| Octal | 12 | 253 | 247 | 136 | 0 | 2 | 41 | 263 | 131 | 43 |
| Binary | 1010 | 10101011 | 10100111 | 1011110 | 0 | 10 | 100001 | 10110011 | 1011001 | 100011 |
Color Harmonies of #0AABA7
Complementary color
Monochromatic Colors of #0AABA7
Black with #0AABA7
Text Example
Text Example
White with #0AABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AABA7; }
p { color: rgb(10,171,167); }
H1.HeaderClassName
{
color: #0AABA7;
}
.AnyTagClassName
{
color: #0AABA7;
}
</style>
background-color css
<style>
a { background-color: #0AABA7; }
a { background-color: rgb(10,171,167); }
div.DivClassName
{
background-color: #0AABA7;
}
.BgClassName
{
background-color: #0AABA7;
}
</style>
border-color css
<style>
span { border-color: #0AABA7; }
span { border-color: rgb(10,171,167); }
td.TdClassName
{
border-color: #0AABA7;
}
.TagClassName
{
border-color: #0AABA7;
}
</style>