Shades of Light Sea Green #11AAAA
Tints of Light Sea Green #11AAAA
RGB
CMYK
RGB Variations
Color information
#11AAAA (or 0x11AAAA) is known color: Light Sea Green. HEX triplet: 11, AA and AA. RGB value is (17,170,170). Sum of RGB (Red+Green+Blue) = 17+170+170=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #11AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AAAA is #EE5555. Grayscale: #7C7C7C. Windows color (decimal): -15619414 or 11184657. OLE color: 11184657.
HSL color Cylindrical-coordinate representation of color #11AAAA: hue angle of 180º 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 #11AAAA is Cyan = 0.9, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 170 | - |
| CMYK | 0.9 | 0 | 0 | 0.33 |
| HSL | 180º | 0.82% | 0.37% | - |
| HSV(B) | 180º | 0.9% | 0.67% | - |
| XYZ | 21.86 | 31.77 | 43.01 | - |
| YUV | 124.25 | 153.81 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 170 | 0.9 | 0 | 0 | 0.33 | 180 | 0.82 | 0.37 |
| Hex | 11 | AA | AA | 5A | 0 | 0 | 21 | B4 | 52 | 25 |
| Octal | 21 | 252 | 252 | 132 | 0 | 0 | 41 | 264 | 122 | 45 |
| Binary | 10001 | 10101010 | 10101010 | 1011010 | 0 | 0 | 100001 | 10110100 | 1010010 | 100101 |
Color Harmonies of #11AAAA
Complementary color
Monochromatic Colors of #11AAAA
Black with #11AAAA
Text Example
Text Example
White with #11AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AAAA; }
p { color: rgb(17,170,170); }
H1.HeaderClassName
{
color: #11AAAA;
}
.AnyTagClassName
{
color: #11AAAA;
}
</style>
background-color css
<style>
a { background-color: #11AAAA; }
a { background-color: rgb(17,170,170); }
div.DivClassName
{
background-color: #11AAAA;
}
.BgClassName
{
background-color: #11AAAA;
}
</style>
border-color css
<style>
span { border-color: #11AAAA; }
span { border-color: rgb(17,170,170); }
td.TdClassName
{
border-color: #11AAAA;
}
.TagClassName
{
border-color: #11AAAA;
}
</style>