Shades of Light Sea Green #16AABA
Tints of Light Sea Green #16AABA
RGB
CMYK
RGB Variations
Color information
#16AABA (or 0x16AABA) is known color: Light Sea Green. HEX triplet: 16, AA and BA. RGB value is (22,170,186). Sum of RGB (Red+Green+Blue) = 22+170+186=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #16AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16AABA is #E95545. Grayscale: #7F7F7F. Windows color (decimal): -15291718 or 12233238. OLE color: 12233238.
HSL color Cylindrical-coordinate representation of color #16AABA: hue angle of 185.85º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16AABA is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 170 | 186 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.27 |
| HSL | 185.85º | 0.79% | 0.41% | - |
| HSV(B) | 185.85º | 0.88% | 0.73% | - |
| XYZ | 23.57 | 32.47 | 51.48 | - |
| YUV | 127.57 | 160.97 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 186 | 0.88 | 0.09 | 0 | 0.27 | 185.85 | 0.79 | 0.41 |
| Hex | 16 | AA | BA | 58 | 9 | 0 | 1B | BA | 4F | 29 |
| Octal | 26 | 252 | 272 | 130 | 11 | 0 | 33 | 272 | 117 | 51 |
| Binary | 10110 | 10101010 | 10111010 | 1011000 | 1001 | 0 | 11011 | 10111010 | 1001111 | 101001 |
Color Harmonies of #16AABA
Complementary color
Monochromatic Colors of #16AABA
Black with #16AABA
Text Example
Text Example
White with #16AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AABA; }
p { color: rgb(22,170,186); }
H1.HeaderClassName
{
color: #16AABA;
}
.AnyTagClassName
{
color: #16AABA;
}
</style>
background-color css
<style>
a { background-color: #16AABA; }
a { background-color: rgb(22,170,186); }
div.DivClassName
{
background-color: #16AABA;
}
.BgClassName
{
background-color: #16AABA;
}
</style>
border-color css
<style>
span { border-color: #16AABA; }
span { border-color: rgb(22,170,186); }
td.TdClassName
{
border-color: #16AABA;
}
.TagClassName
{
border-color: #16AABA;
}
</style>