Shades of Light Sea Green #11B49B
Tints of Light Sea Green #11B49B
RGB
CMYK
RGB Variations
Color information
#11B49B (or 0x11B49B) is known color: Light Sea Green. HEX triplet: 11, B4 and 9B. RGB value is (17,180,155). Sum of RGB (Red+Green+Blue) = 17+180+155=352 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.83% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #11B49B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B49B is #EE4B64. Grayscale: #808080. Windows color (decimal): -15616869 or 10204177. OLE color: 10204177.
HSL color Cylindrical-coordinate representation of color #11B49B: hue angle of 170.8º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B49B is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 180 | 155 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.29 |
| HSL | 170.8º | 0.83% | 0.39% | - |
| HSV(B) | 170.8º | 0.91% | 0.71% | - |
| XYZ | 22.47 | 35.13 | 36.61 | - |
| YUV | 128.41 | 143 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 180 | 155 | 0.91 | 0 | 0.14 | 0.29 | 170.8 | 0.83 | 0.39 |
| Hex | 11 | B4 | 9B | 5B | 0 | E | 1D | AB | 53 | 27 |
| Octal | 21 | 264 | 233 | 133 | 0 | 16 | 35 | 253 | 123 | 47 |
| Binary | 10001 | 10110100 | 10011011 | 1011011 | 0 | 1110 | 11101 | 10101011 | 1010011 | 100111 |
Color Harmonies of #11B49B
Complementary color
Monochromatic Colors of #11B49B
Black with #11B49B
Text Example
Text Example
White with #11B49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B49B; }
p { color: rgb(17,180,155); }
H1.HeaderClassName
{
color: #11B49B;
}
.AnyTagClassName
{
color: #11B49B;
}
</style>
background-color css
<style>
a { background-color: #11B49B; }
a { background-color: rgb(17,180,155); }
div.DivClassName
{
background-color: #11B49B;
}
.BgClassName
{
background-color: #11B49B;
}
</style>
border-color css
<style>
span { border-color: #11B49B; }
span { border-color: rgb(17,180,155); }
td.TdClassName
{
border-color: #11B49B;
}
.TagClassName
{
border-color: #11B49B;
}
</style>