Shades of Light Sea Green #11AFAC
Tints of Light Sea Green #11AFAC
RGB
CMYK
RGB Variations
Color information
#11AFAC (or 0x11AFAC) is known color: Light Sea Green. HEX triplet: 11, AF and AC. RGB value is (17,175,172). Sum of RGB (Red+Green+Blue) = 17+175+172=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #11AFAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AFAC is #EE5053. Grayscale: #7F7F7F. Windows color (decimal): -15618132 or 11317009. OLE color: 11317009.
HSL color Cylindrical-coordinate representation of color #11AFAC: hue angle of 178.86º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AFAC is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 172 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.31 |
| HSL | 178.86º | 0.82% | 0.38% | - |
| HSV(B) | 178.86º | 0.9% | 0.69% | - |
| XYZ | 23.01 | 33.76 | 44.33 | - |
| YUV | 127.42 | 153.15 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 172 | 0.90 | 0 | 0.02 | 0.31 | 178.86 | 0.82 | 0.38 |
| Hex | 11 | AF | AC | 5A | 0 | 2 | 1F | B3 | 52 | 26 |
| Octal | 21 | 257 | 254 | 132 | 0 | 2 | 37 | 263 | 122 | 46 |
| Binary | 10001 | 10101111 | 10101100 | 1011010 | 0 | 10 | 11111 | 10110011 | 1010010 | 100110 |
Color Harmonies of #11AFAC
Complementary color
Monochromatic Colors of #11AFAC
Black with #11AFAC
Text Example
Text Example
White with #11AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AFAC; }
p { color: rgb(17,175,172); }
H1.HeaderClassName
{
color: #11AFAC;
}
.AnyTagClassName
{
color: #11AFAC;
}
</style>
background-color css
<style>
a { background-color: #11AFAC; }
a { background-color: rgb(17,175,172); }
div.DivClassName
{
background-color: #11AFAC;
}
.BgClassName
{
background-color: #11AFAC;
}
</style>
border-color css
<style>
span { border-color: #11AFAC; }
span { border-color: rgb(17,175,172); }
td.TdClassName
{
border-color: #11AFAC;
}
.TagClassName
{
border-color: #11AFAC;
}
</style>