Shades of Light Sea Green #11BDAB
Tints of Light Sea Green #11BDAB
RGB
CMYK
RGB Variations
Color information
#11BDAB (or 0x11BDAB) is known color: Light Sea Green. HEX triplet: 11, BD and AB. RGB value is (17,189,171). Sum of RGB (Red+Green+Blue) = 17+189+171=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #11BDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BDAB is #EE4254. Grayscale: #878787. Windows color (decimal): -15614549 or 11255057. OLE color: 11255057.
HSL color Cylindrical-coordinate representation of color #11BDAB: hue angle of 173.72º 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 #11BDAB is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 171 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.26 |
| HSL | 173.72º | 0.83% | 0.4% | - |
| HSV(B) | 173.72º | 0.91% | 0.74% | - |
| XYZ | 25.78 | 39.45 | 44.78 | - |
| YUV | 135.52 | 148.02 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 171 | 0.91 | 0 | 0.10 | 0.26 | 173.72 | 0.83 | 0.4 |
| Hex | 11 | BD | AB | 5B | 0 | A | 1A | AE | 53 | 28 |
| Octal | 21 | 275 | 253 | 133 | 0 | 12 | 32 | 256 | 123 | 50 |
| Binary | 10001 | 10111101 | 10101011 | 1011011 | 0 | 1010 | 11010 | 10101110 | 1010011 | 101000 |
Color Harmonies of #11BDAB
Complementary color
Monochromatic Colors of #11BDAB
Black with #11BDAB
Text Example
Text Example
White with #11BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BDAB; }
p { color: rgb(17,189,171); }
H1.HeaderClassName
{
color: #11BDAB;
}
.AnyTagClassName
{
color: #11BDAB;
}
</style>
background-color css
<style>
a { background-color: #11BDAB; }
a { background-color: rgb(17,189,171); }
div.DivClassName
{
background-color: #11BDAB;
}
.BgClassName
{
background-color: #11BDAB;
}
</style>
border-color css
<style>
span { border-color: #11BDAB; }
span { border-color: rgb(17,189,171); }
td.TdClassName
{
border-color: #11BDAB;
}
.TagClassName
{
border-color: #11BDAB;
}
</style>