Shades of Light Sea Green #11AEAD
Tints of Light Sea Green #11AEAD
RGB
CMYK
RGB Variations
Color information
#11AEAD (or 0x11AEAD) is known color: Light Sea Green. HEX triplet: 11, AE and AD. RGB value is (17,174,173). Sum of RGB (Red+Green+Blue) = 17+174+173=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #11AEAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AEAD is #EE5152. Grayscale: #7E7E7E. Windows color (decimal): -15618387 or 11382289. OLE color: 11382289.
HSL color Cylindrical-coordinate representation of color #11AEAD: hue angle of 179.62º 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 #11AEAD is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 174 | 173 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.32 |
| HSL | 179.62º | 0.82% | 0.37% | - |
| HSV(B) | 179.62º | 0.9% | 0.68% | - |
| XYZ | 22.91 | 33.41 | 44.78 | - |
| YUV | 126.94 | 153.99 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 173 | 0.90 | 0 | 0.01 | 0.32 | 179.62 | 0.82 | 0.37 |
| Hex | 11 | AE | AD | 5A | 0 | 1 | 20 | B4 | 52 | 25 |
| Octal | 21 | 256 | 255 | 132 | 0 | 1 | 40 | 264 | 122 | 45 |
| Binary | 10001 | 10101110 | 10101101 | 1011010 | 0 | 1 | 100000 | 10110100 | 1010010 | 100101 |
Color Harmonies of #11AEAD
Complementary color
Monochromatic Colors of #11AEAD
Black with #11AEAD
Text Example
Text Example
White with #11AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AEAD; }
p { color: rgb(17,174,173); }
H1.HeaderClassName
{
color: #11AEAD;
}
.AnyTagClassName
{
color: #11AEAD;
}
</style>
background-color css
<style>
a { background-color: #11AEAD; }
a { background-color: rgb(17,174,173); }
div.DivClassName
{
background-color: #11AEAD;
}
.BgClassName
{
background-color: #11AEAD;
}
</style>
border-color css
<style>
span { border-color: #11AEAD; }
span { border-color: rgb(17,174,173); }
td.TdClassName
{
border-color: #11AEAD;
}
.TagClassName
{
border-color: #11AEAD;
}
</style>