Shades of Light Sea Green #11ABAC
Tints of Light Sea Green #11ABAC
RGB
CMYK
RGB Variations
Color information
#11ABAC (or 0x11ABAC) is known color: Light Sea Green. HEX triplet: 11, AB and AC. RGB value is (17,171,172). Sum of RGB (Red+Green+Blue) = 17+171+172=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #11ABAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11ABAC is #EE5453. Grayscale: #7C7C7C. Windows color (decimal): -15619156 or 11315985. OLE color: 11315985.
HSL color Cylindrical-coordinate representation of color #11ABAC: hue angle of 180.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11ABAC is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 171 | 172 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.33 |
| HSL | 180.39º | 0.82% | 0.37% | - |
| HSV(B) | 180.39º | 0.9% | 0.67% | - |
| XYZ | 22.24 | 32.22 | 44.08 | - |
| YUV | 125.07 | 154.48 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 172 | 0.90 | 0.01 | 0 | 0.33 | 180.39 | 0.82 | 0.37 |
| Hex | 11 | AB | AC | 5A | 1 | 0 | 21 | B4 | 52 | 25 |
| Octal | 21 | 253 | 254 | 132 | 1 | 0 | 41 | 264 | 122 | 45 |
| Binary | 10001 | 10101011 | 10101100 | 1011010 | 1 | 0 | 100001 | 10110100 | 1010010 | 100101 |
Color Harmonies of #11ABAC
Complementary color
Monochromatic Colors of #11ABAC
Black with #11ABAC
Text Example
Text Example
White with #11ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ABAC; }
p { color: rgb(17,171,172); }
H1.HeaderClassName
{
color: #11ABAC;
}
.AnyTagClassName
{
color: #11ABAC;
}
</style>
background-color css
<style>
a { background-color: #11ABAC; }
a { background-color: rgb(17,171,172); }
div.DivClassName
{
background-color: #11ABAC;
}
.BgClassName
{
background-color: #11ABAC;
}
</style>
border-color css
<style>
span { border-color: #11ABAC; }
span { border-color: rgb(17,171,172); }
td.TdClassName
{
border-color: #11ABAC;
}
.TagClassName
{
border-color: #11ABAC;
}
</style>