Shades of Light Sea Green #11B4A2
Tints of Light Sea Green #11B4A2
RGB
CMYK
RGB Variations
Color information
#11B4A2 (or 0x11B4A2) is known color: Light Sea Green. HEX triplet: 11, B4 and A2. RGB value is (17,180,162). Sum of RGB (Red+Green+Blue) = 17+180+162=359 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.74% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #11B4A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B4A2 is #EE4B5D. Grayscale: #818181. Windows color (decimal): -15616862 or 10662929. OLE color: 10662929.
HSL color Cylindrical-coordinate representation of color #11B4A2: hue angle of 173.37º 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 #11B4A2 is Cyan = 0.91, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 180 | 162 | - |
| CMYK | 0.91 | 0 | 0.1 | 0.29 |
| HSL | 173.37º | 0.83% | 0.39% | - |
| HSV(B) | 173.37º | 0.91% | 0.71% | - |
| XYZ | 23.07 | 35.37 | 39.79 | - |
| YUV | 129.21 | 146.5 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 180 | 162 | 0.91 | 0 | 0.1 | 0.29 | 173.37 | 0.83 | 0.39 |
| Hex | 11 | B4 | A2 | 5B | 0 | A | 1D | AD | 53 | 27 |
| Octal | 21 | 264 | 242 | 133 | 0 | 12 | 35 | 255 | 123 | 47 |
| Binary | 10001 | 10110100 | 10100010 | 1011011 | 0 | 1010 | 11101 | 10101101 | 1010011 | 100111 |
Color Harmonies of #11B4A2
Complementary color
Monochromatic Colors of #11B4A2
Black with #11B4A2
Text Example
Text Example
White with #11B4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B4A2; }
p { color: rgb(17,180,162); }
H1.HeaderClassName
{
color: #11B4A2;
}
.AnyTagClassName
{
color: #11B4A2;
}
</style>
background-color css
<style>
a { background-color: #11B4A2; }
a { background-color: rgb(17,180,162); }
div.DivClassName
{
background-color: #11B4A2;
}
.BgClassName
{
background-color: #11B4A2;
}
</style>
border-color css
<style>
span { border-color: #11B4A2; }
span { border-color: rgb(17,180,162); }
td.TdClassName
{
border-color: #11B4A2;
}
.TagClassName
{
border-color: #11B4A2;
}
</style>