Shades of Light Sea Green #11A2AB
Tints of Light Sea Green #11A2AB
RGB
CMYK
RGB Variations
Color information
#11A2AB (or 0x11A2AB) is known color: Light Sea Green. HEX triplet: 11, A2 and AB. RGB value is (17,162,171). Sum of RGB (Red+Green+Blue) = 17+162+171=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #11A2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A2AB is #EE5D54. Grayscale: #777777. Windows color (decimal): -15621461 or 11248145. OLE color: 11248145.
HSL color Cylindrical-coordinate representation of color #11A2AB: hue angle of 183.51º 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 #11A2AB is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 162 | 171 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.33 |
| HSL | 183.51º | 0.82% | 0.37% | - |
| HSV(B) | 183.51º | 0.9% | 0.67% | - |
| XYZ | 20.5 | 28.9 | 43.03 | - |
| YUV | 119.67 | 156.96 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 171 | 0.90 | 0.05 | 0 | 0.33 | 183.51 | 0.82 | 0.37 |
| Hex | 11 | A2 | AB | 5A | 5 | 0 | 21 | B8 | 52 | 25 |
| Octal | 21 | 242 | 253 | 132 | 5 | 0 | 41 | 270 | 122 | 45 |
| Binary | 10001 | 10100010 | 10101011 | 1011010 | 101 | 0 | 100001 | 10111000 | 1010010 | 100101 |
Color Harmonies of #11A2AB
Complementary color
Monochromatic Colors of #11A2AB
Black with #11A2AB
Text Example
Text Example
White with #11A2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A2AB; }
p { color: rgb(17,162,171); }
H1.HeaderClassName
{
color: #11A2AB;
}
.AnyTagClassName
{
color: #11A2AB;
}
</style>
background-color css
<style>
a { background-color: #11A2AB; }
a { background-color: rgb(17,162,171); }
div.DivClassName
{
background-color: #11A2AB;
}
.BgClassName
{
background-color: #11A2AB;
}
</style>
border-color css
<style>
span { border-color: #11A2AB; }
span { border-color: rgb(17,162,171); }
td.TdClassName
{
border-color: #11A2AB;
}
.TagClassName
{
border-color: #11A2AB;
}
</style>