Shades of Light Sea Green #11C0AA
Tints of Light Sea Green #11C0AA
RGB
CMYK
RGB Variations
Color information
#11C0AA (or 0x11C0AA) is known color: Light Sea Green. HEX triplet: 11, C0 and AA. RGB value is (17,192,170). Sum of RGB (Red+Green+Blue) = 17+192+170=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #11C0AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C0AA is #EE3F55. Grayscale: #898989. Windows color (decimal): -15613782 or 11190289. OLE color: 11190289.
HSL color Cylindrical-coordinate representation of color #11C0AA: hue angle of 172.46º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C0AA is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 170 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.25 |
| HSL | 172.46º | 0.84% | 0.41% | - |
| HSV(B) | 172.46º | 0.91% | 0.75% | - |
| XYZ | 26.34 | 40.72 | 44.5 | - |
| YUV | 137.17 | 146.52 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 170 | 0.91 | 0 | 0.11 | 0.25 | 172.46 | 0.84 | 0.41 |
| Hex | 11 | C0 | AA | 5B | 0 | B | 19 | AC | 54 | 29 |
| Octal | 21 | 300 | 252 | 133 | 0 | 13 | 31 | 254 | 124 | 51 |
| Binary | 10001 | 11000000 | 10101010 | 1011011 | 0 | 1011 | 11001 | 10101100 | 1010100 | 101001 |
Color Harmonies of #11C0AA
Complementary color
Monochromatic Colors of #11C0AA
Black with #11C0AA
Text Example
Text Example
White with #11C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C0AA; }
p { color: rgb(17,192,170); }
H1.HeaderClassName
{
color: #11C0AA;
}
.AnyTagClassName
{
color: #11C0AA;
}
</style>
background-color css
<style>
a { background-color: #11C0AA; }
a { background-color: rgb(17,192,170); }
div.DivClassName
{
background-color: #11C0AA;
}
.BgClassName
{
background-color: #11C0AA;
}
</style>
border-color css
<style>
span { border-color: #11C0AA; }
span { border-color: rgb(17,192,170); }
td.TdClassName
{
border-color: #11C0AA;
}
.TagClassName
{
border-color: #11C0AA;
}
</style>