Shades of Light Sea Green #0AAAB1
Tints of Light Sea Green #0AAAB1
RGB
CMYK
RGB Variations
Color information
#0AAAB1 (or 0x0AAAB1) is known color: Light Sea Green. HEX triplet: 0A, AA and B1. RGB value is (10,170,177). Sum of RGB (Red+Green+Blue) = 10+170+177=357 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.80% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #0AAAB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAB1 is #F5554E. Grayscale: #7A7A7A. Windows color (decimal): -16078159 or 11643402. OLE color: 11643402.
HSL color Cylindrical-coordinate representation of color #0AAAB1: hue angle of 182.51º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAAB1 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 170 | 177 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.31 |
| HSL | 182.52º | 0.89% | 0.37% | - |
| HSV(B) | 182.52º | 0.94% | 0.69% | - |
| XYZ | 22.44 | 31.99 | 46.59 | - |
| YUV | 122.96 | 158.49 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 177 | 0.94 | 0.04 | 0 | 0.31 | 182.52 | 0.89 | 0.37 |
| Hex | A | AA | B1 | 5E | 4 | 0 | 1F | B7 | 59 | 25 |
| Octal | 12 | 252 | 261 | 136 | 4 | 0 | 37 | 267 | 131 | 45 |
| Binary | 1010 | 10101010 | 10110001 | 1011110 | 100 | 0 | 11111 | 10110111 | 1011001 | 100101 |
Color Harmonies of #0AAAB1
Complementary color
Monochromatic Colors of #0AAAB1
Black with #0AAAB1
Text Example
Text Example
White with #0AAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAAB1; }
p { color: rgb(10,170,177); }
H1.HeaderClassName
{
color: #0AAAB1;
}
.AnyTagClassName
{
color: #0AAAB1;
}
</style>
background-color css
<style>
a { background-color: #0AAAB1; }
a { background-color: rgb(10,170,177); }
div.DivClassName
{
background-color: #0AAAB1;
}
.BgClassName
{
background-color: #0AAAB1;
}
</style>
border-color css
<style>
span { border-color: #0AAAB1; }
span { border-color: rgb(10,170,177); }
td.TdClassName
{
border-color: #0AAAB1;
}
.TagClassName
{
border-color: #0AAAB1;
}
</style>