Shades of Light Sea Green #11B1AA
Tints of Light Sea Green #11B1AA
RGB
CMYK
RGB Variations
Color information
#11B1AA (or 0x11B1AA) is known color: Light Sea Green. HEX triplet: 11, B1 and AA. RGB value is (17,177,170). Sum of RGB (Red+Green+Blue) = 17+177+170=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #11B1AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11B1AA is #EE4E55. Grayscale: #808080. Windows color (decimal): -15617622 or 11186449. OLE color: 11186449.
HSL color Cylindrical-coordinate representation of color #11B1AA: hue angle of 177.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B1AA is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 177 | 170 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.31 |
| HSL | 177.38º | 0.82% | 0.38% | - |
| HSV(B) | 177.38º | 0.9% | 0.69% | - |
| XYZ | 23.21 | 34.47 | 43.46 | - |
| YUV | 128.36 | 151.49 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 170 | 0.90 | 0 | 0.04 | 0.31 | 177.38 | 0.82 | 0.38 |
| Hex | 11 | B1 | AA | 5A | 0 | 4 | 1F | B1 | 52 | 26 |
| Octal | 21 | 261 | 252 | 132 | 0 | 4 | 37 | 261 | 122 | 46 |
| Binary | 10001 | 10110001 | 10101010 | 1011010 | 0 | 100 | 11111 | 10110001 | 1010010 | 100110 |
Color Harmonies of #11B1AA
Complementary color
Monochromatic Colors of #11B1AA
Black with #11B1AA
Text Example
Text Example
White with #11B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B1AA; }
p { color: rgb(17,177,170); }
H1.HeaderClassName
{
color: #11B1AA;
}
.AnyTagClassName
{
color: #11B1AA;
}
</style>
background-color css
<style>
a { background-color: #11B1AA; }
a { background-color: rgb(17,177,170); }
div.DivClassName
{
background-color: #11B1AA;
}
.BgClassName
{
background-color: #11B1AA;
}
</style>
border-color css
<style>
span { border-color: #11B1AA; }
span { border-color: rgb(17,177,170); }
td.TdClassName
{
border-color: #11B1AA;
}
.TagClassName
{
border-color: #11B1AA;
}
</style>