Shades of Light Sea Green #11BBAF
Tints of Light Sea Green #11BBAF
RGB
CMYK
RGB Variations
Color information
#11BBAF (or 0x11BBAF) is known color: Light Sea Green. HEX triplet: 11, BB and AF. RGB value is (17,187,175). Sum of RGB (Red+Green+Blue) = 17+187+175=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #11BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BBAF is #EE4450. Grayscale: #868686. Windows color (decimal): -15615057 or 11516689. OLE color: 11516689.
HSL color Cylindrical-coordinate representation of color #11BBAF: hue angle of 175.76º 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 #11BBAF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 187 | 175 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.27 |
| HSL | 175.76º | 0.83% | 0.4% | - |
| HSV(B) | 175.76º | 0.91% | 0.73% | - |
| XYZ | 25.74 | 38.75 | 46.68 | - |
| YUV | 134.8 | 150.68 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 175 | 0.91 | 0 | 0.06 | 0.27 | 175.76 | 0.83 | 0.4 |
| Hex | 11 | BB | AF | 5B | 0 | 6 | 1B | B0 | 53 | 28 |
| Octal | 21 | 273 | 257 | 133 | 0 | 6 | 33 | 260 | 123 | 50 |
| Binary | 10001 | 10111011 | 10101111 | 1011011 | 0 | 110 | 11011 | 10110000 | 1010011 | 101000 |
Color Harmonies of #11BBAF
Complementary color
Monochromatic Colors of #11BBAF
Black with #11BBAF
Text Example
Text Example
White with #11BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBAF; }
p { color: rgb(17,187,175); }
H1.HeaderClassName
{
color: #11BBAF;
}
.AnyTagClassName
{
color: #11BBAF;
}
</style>
background-color css
<style>
a { background-color: #11BBAF; }
a { background-color: rgb(17,187,175); }
div.DivClassName
{
background-color: #11BBAF;
}
.BgClassName
{
background-color: #11BBAF;
}
</style>
border-color css
<style>
span { border-color: #11BBAF; }
span { border-color: rgb(17,187,175); }
td.TdClassName
{
border-color: #11BBAF;
}
.TagClassName
{
border-color: #11BBAF;
}
</style>