Shades of Light Sea Green #11AF9F
Tints of Light Sea Green #11AF9F
RGB
CMYK
RGB Variations
Color information
#11AF9F (or 0x11AF9F) is known color: Light Sea Green. HEX triplet: 11, AF and 9F. RGB value is (17,175,159). Sum of RGB (Red+Green+Blue) = 17+175+159=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 175 (68.75% from 255 or 49.86% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AF9F is #EE5060. Grayscale: #7D7D7D. Windows color (decimal): -15618145 or 10465041. OLE color: 10465041.
HSL color Cylindrical-coordinate representation of color #11AF9F: hue angle of 173.92º 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 #11AF9F is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 159 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.31 |
| HSL | 173.92º | 0.82% | 0.38% | - |
| HSV(B) | 173.92º | 0.9% | 0.69% | - |
| XYZ | 21.82 | 33.28 | 38.08 | - |
| YUV | 125.93 | 146.65 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 159 | 0.90 | 0 | 0.09 | 0.31 | 173.92 | 0.82 | 0.38 |
| Hex | 11 | AF | 9F | 5A | 0 | 9 | 1F | AE | 52 | 26 |
| Octal | 21 | 257 | 237 | 132 | 0 | 11 | 37 | 256 | 122 | 46 |
| Binary | 10001 | 10101111 | 10011111 | 1011010 | 0 | 1001 | 11111 | 10101110 | 1010010 | 100110 |
Color Harmonies of #11AF9F
Complementary color
Monochromatic Colors of #11AF9F
Black with #11AF9F
Text Example
Text Example
White with #11AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF9F; }
p { color: rgb(17,175,159); }
H1.HeaderClassName
{
color: #11AF9F;
}
.AnyTagClassName
{
color: #11AF9F;
}
</style>
background-color css
<style>
a { background-color: #11AF9F; }
a { background-color: rgb(17,175,159); }
div.DivClassName
{
background-color: #11AF9F;
}
.BgClassName
{
background-color: #11AF9F;
}
</style>
border-color css
<style>
span { border-color: #11AF9F; }
span { border-color: rgb(17,175,159); }
td.TdClassName
{
border-color: #11AF9F;
}
.TagClassName
{
border-color: #11AF9F;
}
</style>