Shades of Light Sea Green #11C0AF
Tints of Light Sea Green #11C0AF
RGB
CMYK
RGB Variations
Color information
#11C0AF (or 0x11C0AF) is known color: Light Sea Green. HEX triplet: 11, C0 and AF. RGB value is (17,192,175). Sum of RGB (Red+Green+Blue) = 17+192+175=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #11C0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C0AF is #EE3F50. Grayscale: #898989. Windows color (decimal): -15613777 or 11517969. OLE color: 11517969.
HSL color Cylindrical-coordinate representation of color #11C0AF: hue angle of 174.17º 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 #11C0AF is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 175 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.25 |
| HSL | 174.17º | 0.84% | 0.41% | - |
| HSV(B) | 174.17º | 0.91% | 0.75% | - |
| XYZ | 26.82 | 40.91 | 47.04 | - |
| YUV | 137.74 | 149.02 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 175 | 0.91 | 0 | 0.09 | 0.25 | 174.17 | 0.84 | 0.41 |
| Hex | 11 | C0 | AF | 5B | 0 | 9 | 19 | AE | 54 | 29 |
| Octal | 21 | 300 | 257 | 133 | 0 | 11 | 31 | 256 | 124 | 51 |
| Binary | 10001 | 11000000 | 10101111 | 1011011 | 0 | 1001 | 11001 | 10101110 | 1010100 | 101001 |
Color Harmonies of #11C0AF
Complementary color
Monochromatic Colors of #11C0AF
Black with #11C0AF
Text Example
Text Example
White with #11C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C0AF; }
p { color: rgb(17,192,175); }
H1.HeaderClassName
{
color: #11C0AF;
}
.AnyTagClassName
{
color: #11C0AF;
}
</style>
background-color css
<style>
a { background-color: #11C0AF; }
a { background-color: rgb(17,192,175); }
div.DivClassName
{
background-color: #11C0AF;
}
.BgClassName
{
background-color: #11C0AF;
}
</style>
border-color css
<style>
span { border-color: #11C0AF; }
span { border-color: rgb(17,192,175); }
td.TdClassName
{
border-color: #11C0AF;
}
.TagClassName
{
border-color: #11C0AF;
}
</style>