Shades of Light Sea Green #11BAAF
Tints of Light Sea Green #11BAAF
RGB
CMYK
RGB Variations
Color information
#11BAAF (or 0x11BAAF) is known color: Light Sea Green. HEX triplet: 11, BA and AF. RGB value is (17,186,175). Sum of RGB (Red+Green+Blue) = 17+186+175=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAAF is #EE4550. Grayscale: #868686. Windows color (decimal): -15615313 or 11516433. OLE color: 11516433.
HSL color Cylindrical-coordinate representation of color #11BAAF: hue angle of 176.09º 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 #11BAAF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 175 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.27 |
| HSL | 176.09º | 0.83% | 0.4% | - |
| HSV(B) | 176.09º | 0.91% | 0.73% | - |
| XYZ | 25.53 | 38.33 | 46.61 | - |
| YUV | 134.22 | 151.01 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 175 | 0.91 | 0 | 0.06 | 0.27 | 176.09 | 0.83 | 0.4 |
| Hex | 11 | BA | AF | 5B | 0 | 6 | 1B | B0 | 53 | 28 |
| Octal | 21 | 272 | 257 | 133 | 0 | 6 | 33 | 260 | 123 | 50 |
| Binary | 10001 | 10111010 | 10101111 | 1011011 | 0 | 110 | 11011 | 10110000 | 1010011 | 101000 |
Color Harmonies of #11BAAF
Complementary color
Monochromatic Colors of #11BAAF
Black with #11BAAF
Text Example
Text Example
White with #11BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BAAF; }
p { color: rgb(17,186,175); }
H1.HeaderClassName
{
color: #11BAAF;
}
.AnyTagClassName
{
color: #11BAAF;
}
</style>
background-color css
<style>
a { background-color: #11BAAF; }
a { background-color: rgb(17,186,175); }
div.DivClassName
{
background-color: #11BAAF;
}
.BgClassName
{
background-color: #11BAAF;
}
</style>
border-color css
<style>
span { border-color: #11BAAF; }
span { border-color: rgb(17,186,175); }
td.TdClassName
{
border-color: #11BAAF;
}
.TagClassName
{
border-color: #11BAAF;
}
</style>