Shades of Light Sea Green #2AB59F
Tints of Light Sea Green #2AB59F
RGB
CMYK
RGB Variations
Color information
#2AB59F (or 0x2AB59F) is known color: Light Sea Green. HEX triplet: 2A, B5 and 9F. RGB value is (42,181,159). Sum of RGB (Red+Green+Blue) = 42+181+159=382 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.99% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB59F is #D54A60. Grayscale: #888888. Windows color (decimal): -13978209 or 10466602. OLE color: 10466602.
HSL color Cylindrical-coordinate representation of color #2AB59F: hue angle of 170.5º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB59F is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 159 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.29 |
| HSL | 170.5º | 0.62% | 0.44% | - |
| HSV(B) | 170.5º | 0.77% | 0.71% | - |
| XYZ | 23.74 | 36.04 | 38.51 | - |
| YUV | 136.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 159 | 0.77 | 0 | 0.12 | 0.29 | 170.5 | 0.62 | 0.44 |
| Hex | 2A | B5 | 9F | 4D | 0 | C | 1D | AB | 3E | 2C |
| Octal | 52 | 265 | 237 | 115 | 0 | 14 | 35 | 253 | 76 | 54 |
| Binary | 101010 | 10110101 | 10011111 | 1001101 | 0 | 1100 | 11101 | 10101011 | 111110 | 101100 |
Color Harmonies of #2AB59F
Complementary color
Monochromatic Colors of #2AB59F
Black with #2AB59F
Text Example
Text Example
White with #2AB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB59F; }
p { color: rgb(42,181,159); }
H1.HeaderClassName
{
color: #2AB59F;
}
.AnyTagClassName
{
color: #2AB59F;
}
</style>
background-color css
<style>
a { background-color: #2AB59F; }
a { background-color: rgb(42,181,159); }
div.DivClassName
{
background-color: #2AB59F;
}
.BgClassName
{
background-color: #2AB59F;
}
</style>
border-color css
<style>
span { border-color: #2AB59F; }
span { border-color: rgb(42,181,159); }
td.TdClassName
{
border-color: #2AB59F;
}
.TagClassName
{
border-color: #2AB59F;
}
</style>