Shades of Light Sea Green #11AF9E
Tints of Light Sea Green #11AF9E
RGB
CMYK
RGB Variations
Color information
#11AF9E (or 0x11AF9E) is known color: Light Sea Green. HEX triplet: 11, AF and 9E. RGB value is (17,175,158). Sum of RGB (Red+Green+Blue) = 17+175+158=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AF9E is #EE5061. Grayscale: #7D7D7D. Windows color (decimal): -15618146 or 10399505. OLE color: 10399505.
HSL color Cylindrical-coordinate representation of color #11AF9E: hue angle of 173.54º 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 #11AF9E is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 158 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.31 |
| HSL | 173.54º | 0.82% | 0.38% | - |
| HSV(B) | 173.54º | 0.9% | 0.69% | - |
| XYZ | 21.73 | 33.25 | 37.62 | - |
| YUV | 125.82 | 146.15 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 158 | 0.90 | 0 | 0.10 | 0.31 | 173.54 | 0.82 | 0.38 |
| Hex | 11 | AF | 9E | 5A | 0 | A | 1F | AE | 52 | 26 |
| Octal | 21 | 257 | 236 | 132 | 0 | 12 | 37 | 256 | 122 | 46 |
| Binary | 10001 | 10101111 | 10011110 | 1011010 | 0 | 1010 | 11111 | 10101110 | 1010010 | 100110 |
Color Harmonies of #11AF9E
Complementary color
Monochromatic Colors of #11AF9E
Black with #11AF9E
Text Example
Text Example
White with #11AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF9E; }
p { color: rgb(17,175,158); }
H1.HeaderClassName
{
color: #11AF9E;
}
.AnyTagClassName
{
color: #11AF9E;
}
</style>
background-color css
<style>
a { background-color: #11AF9E; }
a { background-color: rgb(17,175,158); }
div.DivClassName
{
background-color: #11AF9E;
}
.BgClassName
{
background-color: #11AF9E;
}
</style>
border-color css
<style>
span { border-color: #11AF9E; }
span { border-color: rgb(17,175,158); }
td.TdClassName
{
border-color: #11AF9E;
}
.TagClassName
{
border-color: #11AF9E;
}
</style>