Shades of Light Sea Green #11BAAE
Tints of Light Sea Green #11BAAE
RGB
CMYK
RGB Variations
Color information
#11BAAE (or 0x11BAAE) is known color: Light Sea Green. HEX triplet: 11, BA and AE. RGB value is (17,186,174). Sum of RGB (Red+Green+Blue) = 17+186+174=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #11BAAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BAAE is #EE4551. Grayscale: #858585. Windows color (decimal): -15615314 or 11450897. OLE color: 11450897.
HSL color Cylindrical-coordinate representation of color #11BAAE: hue angle of 175.74º 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 #11BAAE is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 174 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.27 |
| HSL | 175.74º | 0.83% | 0.4% | - |
| HSV(B) | 175.74º | 0.91% | 0.73% | - |
| XYZ | 25.43 | 38.29 | 46.1 | - |
| YUV | 134.1 | 150.51 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 174 | 0.91 | 0 | 0.06 | 0.27 | 175.74 | 0.83 | 0.4 |
| Hex | 11 | BA | AE | 5B | 0 | 6 | 1B | B0 | 53 | 28 |
| Octal | 21 | 272 | 256 | 133 | 0 | 6 | 33 | 260 | 123 | 50 |
| Binary | 10001 | 10111010 | 10101110 | 1011011 | 0 | 110 | 11011 | 10110000 | 1010011 | 101000 |
Color Harmonies of #11BAAE
Complementary color
Monochromatic Colors of #11BAAE
Black with #11BAAE
Text Example
Text Example
White with #11BAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BAAE; }
p { color: rgb(17,186,174); }
H1.HeaderClassName
{
color: #11BAAE;
}
.AnyTagClassName
{
color: #11BAAE;
}
</style>
background-color css
<style>
a { background-color: #11BAAE; }
a { background-color: rgb(17,186,174); }
div.DivClassName
{
background-color: #11BAAE;
}
.BgClassName
{
background-color: #11BAAE;
}
</style>
border-color css
<style>
span { border-color: #11BAAE; }
span { border-color: rgb(17,186,174); }
td.TdClassName
{
border-color: #11BAAE;
}
.TagClassName
{
border-color: #11BAAE;
}
</style>