Shades of Light Sea Green #11AAAB
Tints of Light Sea Green #11AAAB
RGB
CMYK
RGB Variations
Color information
#11AAAB (or 0x11AAAB) is known color: Light Sea Green. HEX triplet: 11, AA and AB. RGB value is (17,170,171). Sum of RGB (Red+Green+Blue) = 17+170+171=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #11AAAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AAAB is #EE5554. Grayscale: #7C7C7C. Windows color (decimal): -15619413 or 11250193. OLE color: 11250193.
HSL color Cylindrical-coordinate representation of color #11AAAB: hue angle of 180.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AAAB is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 171 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.33 |
| HSL | 180.39º | 0.82% | 0.37% | - |
| HSV(B) | 180.39º | 0.9% | 0.67% | - |
| XYZ | 21.96 | 31.81 | 43.51 | - |
| YUV | 124.37 | 154.31 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 171 | 0.90 | 0.01 | 0 | 0.33 | 180.39 | 0.82 | 0.37 |
| Hex | 11 | AA | AB | 5A | 1 | 0 | 21 | B4 | 52 | 25 |
| Octal | 21 | 252 | 253 | 132 | 1 | 0 | 41 | 264 | 122 | 45 |
| Binary | 10001 | 10101010 | 10101011 | 1011010 | 1 | 0 | 100001 | 10110100 | 1010010 | 100101 |
Color Harmonies of #11AAAB
Complementary color
Monochromatic Colors of #11AAAB
Black with #11AAAB
Text Example
Text Example
White with #11AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AAAB; }
p { color: rgb(17,170,171); }
H1.HeaderClassName
{
color: #11AAAB;
}
.AnyTagClassName
{
color: #11AAAB;
}
</style>
background-color css
<style>
a { background-color: #11AAAB; }
a { background-color: rgb(17,170,171); }
div.DivClassName
{
background-color: #11AAAB;
}
.BgClassName
{
background-color: #11AAAB;
}
</style>
border-color css
<style>
span { border-color: #11AAAB; }
span { border-color: rgb(17,170,171); }
td.TdClassName
{
border-color: #11AAAB;
}
.TagClassName
{
border-color: #11AAAB;
}
</style>