Shades of Light Sea Green #11B99D
Tints of Light Sea Green #11B99D
RGB
CMYK
RGB Variations
Color information
#11B99D (or 0x11B99D) is known color: Light Sea Green. HEX triplet: 11, B9 and 9D. RGB value is (17,185,157). Sum of RGB (Red+Green+Blue) = 17+185+157=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #11B99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B99D is #EE4662. Grayscale: #838383. Windows color (decimal): -15615587 or 10336529. OLE color: 10336529.
HSL color Cylindrical-coordinate representation of color #11B99D: hue angle of 170º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B99D is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 185 | 157 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.27 |
| HSL | 170º | 0.83% | 0.4% | - |
| HSV(B) | 170º | 0.91% | 0.73% | - |
| XYZ | 23.67 | 37.25 | 37.84 | - |
| YUV | 131.58 | 142.34 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 185 | 157 | 0.91 | 0 | 0.15 | 0.27 | 170 | 0.83 | 0.4 |
| Hex | 11 | B9 | 9D | 5B | 0 | F | 1B | AA | 53 | 28 |
| Octal | 21 | 271 | 235 | 133 | 0 | 17 | 33 | 252 | 123 | 50 |
| Binary | 10001 | 10111001 | 10011101 | 1011011 | 0 | 1111 | 11011 | 10101010 | 1010011 | 101000 |
Color Harmonies of #11B99D
Complementary color
Monochromatic Colors of #11B99D
Black with #11B99D
Text Example
Text Example
White with #11B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B99D; }
p { color: rgb(17,185,157); }
H1.HeaderClassName
{
color: #11B99D;
}
.AnyTagClassName
{
color: #11B99D;
}
</style>
background-color css
<style>
a { background-color: #11B99D; }
a { background-color: rgb(17,185,157); }
div.DivClassName
{
background-color: #11B99D;
}
.BgClassName
{
background-color: #11B99D;
}
</style>
border-color css
<style>
span { border-color: #11B99D; }
span { border-color: rgb(17,185,157); }
td.TdClassName
{
border-color: #11B99D;
}
.TagClassName
{
border-color: #11B99D;
}
</style>