Shades of Light Sea Green #11BEAC
Tints of Light Sea Green #11BEAC
RGB
CMYK
RGB Variations
Color information
#11BEAC (or 0x11BEAC) is known color: Light Sea Green. HEX triplet: 11, BE and AC. RGB value is (17,190,172). Sum of RGB (Red+Green+Blue) = 17+190+172=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #11BEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BEAC is #EE4153. Grayscale: #888888. Windows color (decimal): -15614292 or 11320849. OLE color: 11320849.
HSL color Cylindrical-coordinate representation of color #11BEAC: hue angle of 173.76º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BEAC is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 172 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.25 |
| HSL | 173.76º | 0.84% | 0.41% | - |
| HSV(B) | 173.76º | 0.91% | 0.75% | - |
| XYZ | 26.09 | 39.92 | 45.36 | - |
| YUV | 136.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 172 | 0.91 | 0 | 0.09 | 0.25 | 173.76 | 0.84 | 0.41 |
| Hex | 11 | BE | AC | 5B | 0 | 9 | 19 | AE | 54 | 29 |
| Octal | 21 | 276 | 254 | 133 | 0 | 11 | 31 | 256 | 124 | 51 |
| Binary | 10001 | 10111110 | 10101100 | 1011011 | 0 | 1001 | 11001 | 10101110 | 1010100 | 101001 |
Color Harmonies of #11BEAC
Complementary color
Monochromatic Colors of #11BEAC
Black with #11BEAC
Text Example
Text Example
White with #11BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BEAC; }
p { color: rgb(17,190,172); }
H1.HeaderClassName
{
color: #11BEAC;
}
.AnyTagClassName
{
color: #11BEAC;
}
</style>
background-color css
<style>
a { background-color: #11BEAC; }
a { background-color: rgb(17,190,172); }
div.DivClassName
{
background-color: #11BEAC;
}
.BgClassName
{
background-color: #11BEAC;
}
</style>
border-color css
<style>
span { border-color: #11BEAC; }
span { border-color: rgb(17,190,172); }
td.TdClassName
{
border-color: #11BEAC;
}
.TagClassName
{
border-color: #11BEAC;
}
</style>