Shades of Light Sea Green #11BBA2
Tints of Light Sea Green #11BBA2
RGB
CMYK
RGB Variations
Color information
#11BBA2 (or 0x11BBA2) is known color: Light Sea Green. HEX triplet: 11, BB and A2. RGB value is (17,187,162). Sum of RGB (Red+Green+Blue) = 17+187+162=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #11BBA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BBA2 is #EE445D. Grayscale: #858585. Windows color (decimal): -15615070 or 10664721. OLE color: 10664721.
HSL color Cylindrical-coordinate representation of color #11BBA2: hue angle of 171.18º 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 #11BBA2 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 187 | 162 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.27 |
| HSL | 171.18º | 0.83% | 0.4% | - |
| HSV(B) | 171.18º | 0.91% | 0.73% | - |
| XYZ | 24.52 | 38.27 | 40.28 | - |
| YUV | 133.32 | 144.18 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 162 | 0.91 | 0 | 0.13 | 0.27 | 171.18 | 0.83 | 0.4 |
| Hex | 11 | BB | A2 | 5B | 0 | D | 1B | AB | 53 | 28 |
| Octal | 21 | 273 | 242 | 133 | 0 | 15 | 33 | 253 | 123 | 50 |
| Binary | 10001 | 10111011 | 10100010 | 1011011 | 0 | 1101 | 11011 | 10101011 | 1010011 | 101000 |
Color Harmonies of #11BBA2
Complementary color
Monochromatic Colors of #11BBA2
Black with #11BBA2
Text Example
Text Example
White with #11BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBA2; }
p { color: rgb(17,187,162); }
H1.HeaderClassName
{
color: #11BBA2;
}
.AnyTagClassName
{
color: #11BBA2;
}
</style>
background-color css
<style>
a { background-color: #11BBA2; }
a { background-color: rgb(17,187,162); }
div.DivClassName
{
background-color: #11BBA2;
}
.BgClassName
{
background-color: #11BBA2;
}
</style>
border-color css
<style>
span { border-color: #11BBA2; }
span { border-color: rgb(17,187,162); }
td.TdClassName
{
border-color: #11BBA2;
}
.TagClassName
{
border-color: #11BBA2;
}
</style>