Shades of Light Sea Green #11BCAA
Tints of Light Sea Green #11BCAA
RGB
CMYK
RGB Variations
Color information
#11BCAA (or 0x11BCAA) is known color: Light Sea Green. HEX triplet: 11, BC and AA. RGB value is (17,188,170). Sum of RGB (Red+Green+Blue) = 17+188+170=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #11BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BCAA is #EE4355. Grayscale: #868686. Windows color (decimal): -15614806 or 11189265. OLE color: 11189265.
HSL color Cylindrical-coordinate representation of color #11BCAA: hue angle of 173.68º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BCAA is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 170 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.26 |
| HSL | 173.68º | 0.83% | 0.4% | - |
| HSV(B) | 173.68º | 0.91% | 0.74% | - |
| XYZ | 25.47 | 38.99 | 44.21 | - |
| YUV | 134.82 | 147.85 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 170 | 0.91 | 0 | 0.10 | 0.26 | 173.68 | 0.83 | 0.4 |
| Hex | 11 | BC | AA | 5B | 0 | A | 1A | AE | 53 | 28 |
| Octal | 21 | 274 | 252 | 133 | 0 | 12 | 32 | 256 | 123 | 50 |
| Binary | 10001 | 10111100 | 10101010 | 1011011 | 0 | 1010 | 11010 | 10101110 | 1010011 | 101000 |
Color Harmonies of #11BCAA
Complementary color
Monochromatic Colors of #11BCAA
Black with #11BCAA
Text Example
Text Example
White with #11BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BCAA; }
p { color: rgb(17,188,170); }
H1.HeaderClassName
{
color: #11BCAA;
}
.AnyTagClassName
{
color: #11BCAA;
}
</style>
background-color css
<style>
a { background-color: #11BCAA; }
a { background-color: rgb(17,188,170); }
div.DivClassName
{
background-color: #11BCAA;
}
.BgClassName
{
background-color: #11BCAA;
}
</style>
border-color css
<style>
span { border-color: #11BCAA; }
span { border-color: rgb(17,188,170); }
td.TdClassName
{
border-color: #11BCAA;
}
.TagClassName
{
border-color: #11BCAA;
}
</style>