Shades of Light Sea Green #0AAAB0
Tints of Light Sea Green #0AAAB0
RGB
CMYK
RGB Variations
Color information
#0AAAB0 (or 0x0AAAB0) is known color: Light Sea Green. HEX triplet: 0A, AA and B0. RGB value is (10,170,176). Sum of RGB (Red+Green+Blue) = 10+170+176=356 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.81% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #0AAAB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAB0 is #F5554F. Grayscale: #7A7A7A. Windows color (decimal): -16078160 or 11577866. OLE color: 11577866.
HSL color Cylindrical-coordinate representation of color #0AAAB0: hue angle of 182.17º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAAB0 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 170 | 176 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.31 |
| HSL | 182.17º | 0.89% | 0.36% | - |
| HSV(B) | 182.17º | 0.94% | 0.69% | - |
| XYZ | 22.34 | 31.95 | 46.06 | - |
| YUV | 122.84 | 157.99 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 176 | 0.94 | 0.03 | 0 | 0.31 | 182.17 | 0.89 | 0.36 |
| Hex | A | AA | B0 | 5E | 3 | 0 | 1F | B6 | 59 | 24 |
| Octal | 12 | 252 | 260 | 136 | 3 | 0 | 37 | 266 | 131 | 44 |
| Binary | 1010 | 10101010 | 10110000 | 1011110 | 11 | 0 | 11111 | 10110110 | 1011001 | 100100 |
Color Harmonies of #0AAAB0
Complementary color
Monochromatic Colors of #0AAAB0
Black with #0AAAB0
Text Example
Text Example
White with #0AAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAAB0; }
p { color: rgb(10,170,176); }
H1.HeaderClassName
{
color: #0AAAB0;
}
.AnyTagClassName
{
color: #0AAAB0;
}
</style>
background-color css
<style>
a { background-color: #0AAAB0; }
a { background-color: rgb(10,170,176); }
div.DivClassName
{
background-color: #0AAAB0;
}
.BgClassName
{
background-color: #0AAAB0;
}
</style>
border-color css
<style>
span { border-color: #0AAAB0; }
span { border-color: rgb(10,170,176); }
td.TdClassName
{
border-color: #0AAAB0;
}
.TagClassName
{
border-color: #0AAAB0;
}
</style>