Shades of Light Sea Green #11ADAC
Tints of Light Sea Green #11ADAC
RGB
CMYK
RGB Variations
Color information
#11ADAC (or 0x11ADAC) is known color: Light Sea Green. HEX triplet: 11, AD and AC. RGB value is (17,173,172). Sum of RGB (Red+Green+Blue) = 17+173+172=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #11ADAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11ADAC is #EE5253. Grayscale: #7E7E7E. Windows color (decimal): -15618644 or 11316497. OLE color: 11316497.
HSL color Cylindrical-coordinate representation of color #11ADAC: hue angle of 179.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11ADAC is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 172 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.32 |
| HSL | 179.62º | 0.82% | 0.37% | - |
| HSV(B) | 179.62º | 0.9% | 0.68% | - |
| XYZ | 22.62 | 32.98 | 44.2 | - |
| YUV | 126.24 | 153.82 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 172 | 0.90 | 0 | 0.01 | 0.32 | 179.62 | 0.82 | 0.37 |
| Hex | 11 | AD | AC | 5A | 0 | 1 | 20 | B4 | 52 | 25 |
| Octal | 21 | 255 | 254 | 132 | 0 | 1 | 40 | 264 | 122 | 45 |
| Binary | 10001 | 10101101 | 10101100 | 1011010 | 0 | 1 | 100000 | 10110100 | 1010010 | 100101 |
Color Harmonies of #11ADAC
Complementary color
Monochromatic Colors of #11ADAC
Black with #11ADAC
Text Example
Text Example
White with #11ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11ADAC; }
p { color: rgb(17,173,172); }
H1.HeaderClassName
{
color: #11ADAC;
}
.AnyTagClassName
{
color: #11ADAC;
}
</style>
background-color css
<style>
a { background-color: #11ADAC; }
a { background-color: rgb(17,173,172); }
div.DivClassName
{
background-color: #11ADAC;
}
.BgClassName
{
background-color: #11ADAC;
}
</style>
border-color css
<style>
span { border-color: #11ADAC; }
span { border-color: rgb(17,173,172); }
td.TdClassName
{
border-color: #11ADAC;
}
.TagClassName
{
border-color: #11ADAC;
}
</style>