Shades of Light Sea Green #11AEAA
Tints of Light Sea Green #11AEAA
RGB
CMYK
RGB Variations
Color information
#11AEAA (or 0x11AEAA) is known color: Light Sea Green. HEX triplet: 11, AE and AA. RGB value is (17,174,170). Sum of RGB (Red+Green+Blue) = 17+174+170=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #11AEAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AEAA is #EE5155. Grayscale: #7E7E7E. Windows color (decimal): -15618390 or 11185681. OLE color: 11185681.
HSL color Cylindrical-coordinate representation of color #11AEAA: hue angle of 178.47º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AEAA is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 174 | 170 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.32 |
| HSL | 178.47º | 0.82% | 0.37% | - |
| HSV(B) | 178.47º | 0.9% | 0.68% | - |
| XYZ | 22.62 | 33.29 | 43.26 | - |
| YUV | 126.6 | 152.49 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 170 | 0.90 | 0 | 0.02 | 0.32 | 178.47 | 0.82 | 0.37 |
| Hex | 11 | AE | AA | 5A | 0 | 2 | 20 | B2 | 52 | 25 |
| Octal | 21 | 256 | 252 | 132 | 0 | 2 | 40 | 262 | 122 | 45 |
| Binary | 10001 | 10101110 | 10101010 | 1011010 | 0 | 10 | 100000 | 10110010 | 1010010 | 100101 |
Color Harmonies of #11AEAA
Complementary color
Monochromatic Colors of #11AEAA
Black with #11AEAA
Text Example
Text Example
White with #11AEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEAA; }
p { color: rgb(17,174,170); }
H1.HeaderClassName
{
color: #11AEAA;
}
.AnyTagClassName
{
color: #11AEAA;
}
</style>
background-color css
<style>
a { background-color: #11AEAA; }
a { background-color: rgb(17,174,170); }
div.DivClassName
{
background-color: #11AEAA;
}
.BgClassName
{
background-color: #11AEAA;
}
</style>
border-color css
<style>
span { border-color: #11AEAA; }
span { border-color: rgb(17,174,170); }
td.TdClassName
{
border-color: #11AEAA;
}
.TagClassName
{
border-color: #11AEAA;
}
</style>