Shades of Light Sea Green #11C0AC
Tints of Light Sea Green #11C0AC
RGB
CMYK
RGB Variations
Color information
#11C0AC (or 0x11C0AC) is known color: Light Sea Green. HEX triplet: 11, C0 and AC. RGB value is (17,192,172). Sum of RGB (Red+Green+Blue) = 17+192+172=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #11C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C0AC is #EE3F53. Grayscale: #898989. Windows color (decimal): -15613780 or 11321361. OLE color: 11321361.
HSL color Cylindrical-coordinate representation of color #11C0AC: hue angle of 173.14º 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 #11C0AC is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 172 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.25 |
| HSL | 173.14º | 0.84% | 0.41% | - |
| HSV(B) | 173.14º | 0.91% | 0.75% | - |
| XYZ | 26.53 | 40.8 | 45.51 | - |
| YUV | 137.4 | 147.52 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 172 | 0.91 | 0 | 0.10 | 0.25 | 173.14 | 0.84 | 0.41 |
| Hex | 11 | C0 | AC | 5B | 0 | A | 19 | AD | 54 | 29 |
| Octal | 21 | 300 | 254 | 133 | 0 | 12 | 31 | 255 | 124 | 51 |
| Binary | 10001 | 11000000 | 10101100 | 1011011 | 0 | 1010 | 11001 | 10101101 | 1010100 | 101001 |
Color Harmonies of #11C0AC
Complementary color
Monochromatic Colors of #11C0AC
Black with #11C0AC
Text Example
Text Example
White with #11C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C0AC; }
p { color: rgb(17,192,172); }
H1.HeaderClassName
{
color: #11C0AC;
}
.AnyTagClassName
{
color: #11C0AC;
}
</style>
background-color css
<style>
a { background-color: #11C0AC; }
a { background-color: rgb(17,192,172); }
div.DivClassName
{
background-color: #11C0AC;
}
.BgClassName
{
background-color: #11C0AC;
}
</style>
border-color css
<style>
span { border-color: #11C0AC; }
span { border-color: rgb(17,192,172); }
td.TdClassName
{
border-color: #11C0AC;
}
.TagClassName
{
border-color: #11C0AC;
}
</style>