Shades of Light Sea Green #11BBAA
Tints of Light Sea Green #11BBAA
RGB
CMYK
RGB Variations
Color information
#11BBAA (or 0x11BBAA) is known color: Light Sea Green. HEX triplet: 11, BB and AA. RGB value is (17,187,170). Sum of RGB (Red+Green+Blue) = 17+187+170=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #11BBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BBAA is #EE4455. Grayscale: #868686. Windows color (decimal): -15615062 or 11189009. OLE color: 11189009.
HSL color Cylindrical-coordinate representation of color #11BBAA: hue angle of 174º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BBAA is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 187 | 170 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.27 |
| HSL | 174º | 0.83% | 0.4% | - |
| HSV(B) | 174º | 0.91% | 0.73% | - |
| XYZ | 25.26 | 38.56 | 44.14 | - |
| YUV | 134.23 | 148.18 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 170 | 0.91 | 0 | 0.09 | 0.27 | 174 | 0.83 | 0.4 |
| Hex | 11 | BB | AA | 5B | 0 | 9 | 1B | AE | 53 | 28 |
| Octal | 21 | 273 | 252 | 133 | 0 | 11 | 33 | 256 | 123 | 50 |
| Binary | 10001 | 10111011 | 10101010 | 1011011 | 0 | 1001 | 11011 | 10101110 | 1010011 | 101000 |
Color Harmonies of #11BBAA
Complementary color
Monochromatic Colors of #11BBAA
Black with #11BBAA
Text Example
Text Example
White with #11BBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBAA; }
p { color: rgb(17,187,170); }
H1.HeaderClassName
{
color: #11BBAA;
}
.AnyTagClassName
{
color: #11BBAA;
}
</style>
background-color css
<style>
a { background-color: #11BBAA; }
a { background-color: rgb(17,187,170); }
div.DivClassName
{
background-color: #11BBAA;
}
.BgClassName
{
background-color: #11BBAA;
}
</style>
border-color css
<style>
span { border-color: #11BBAA; }
span { border-color: rgb(17,187,170); }
td.TdClassName
{
border-color: #11BBAA;
}
.TagClassName
{
border-color: #11BBAA;
}
</style>