Shades of Light Sea Green #2AB99E
Tints of Light Sea Green #2AB99E
RGB
CMYK
RGB Variations
Color information
#2AB99E (or 0x2AB99E) is known color: Light Sea Green. HEX triplet: 2A, B9 and 9E. RGB value is (42,185,158). Sum of RGB (Red+Green+Blue) = 42+185+158=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB99E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB99E is #D54661. Grayscale: #8B8B8B. Windows color (decimal): -13977186 or 10402090. OLE color: 10402090.
HSL color Cylindrical-coordinate representation of color #2AB99E: hue angle of 168.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB99E is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 158 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.27 |
| HSL | 168.67º | 0.63% | 0.45% | - |
| HSV(B) | 168.67º | 0.77% | 0.73% | - |
| XYZ | 24.48 | 37.66 | 38.33 | - |
| YUV | 139.17 | 138.62 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 158 | 0.77 | 0 | 0.15 | 0.27 | 168.67 | 0.63 | 0.45 |
| Hex | 2A | B9 | 9E | 4D | 0 | F | 1B | A9 | 3F | 2D |
| Octal | 52 | 271 | 236 | 115 | 0 | 17 | 33 | 251 | 77 | 55 |
| Binary | 101010 | 10111001 | 10011110 | 1001101 | 0 | 1111 | 11011 | 10101001 | 111111 | 101101 |
Color Harmonies of #2AB99E
Complementary color
Monochromatic Colors of #2AB99E
Black with #2AB99E
Text Example
Text Example
White with #2AB99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB99E; }
p { color: rgb(42,185,158); }
H1.HeaderClassName
{
color: #2AB99E;
}
.AnyTagClassName
{
color: #2AB99E;
}
</style>
background-color css
<style>
a { background-color: #2AB99E; }
a { background-color: rgb(42,185,158); }
div.DivClassName
{
background-color: #2AB99E;
}
.BgClassName
{
background-color: #2AB99E;
}
</style>
border-color css
<style>
span { border-color: #2AB99E; }
span { border-color: rgb(42,185,158); }
td.TdClassName
{
border-color: #2AB99E;
}
.TagClassName
{
border-color: #2AB99E;
}
</style>