Shades of Light Sea Green #2AB59C
Tints of Light Sea Green #2AB59C
RGB
CMYK
RGB Variations
Color information
#2AB59C (or 0x2AB59C) is known color: Light Sea Green. HEX triplet: 2A, B5 and 9C. RGB value is (42,181,156). Sum of RGB (Red+Green+Blue) = 42+181+156=379 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.08% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB59C is #D54A63. Grayscale: #888888. Windows color (decimal): -13978212 or 10269994. OLE color: 10269994.
HSL color Cylindrical-coordinate representation of color #2AB59C: hue angle of 169.21º 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 #2AB59C is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 156 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.29 |
| HSL | 169.21º | 0.62% | 0.44% | - |
| HSV(B) | 169.21º | 0.77% | 0.71% | - |
| XYZ | 23.48 | 35.94 | 37.15 | - |
| YUV | 136.59 | 138.95 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 156 | 0.77 | 0 | 0.14 | 0.29 | 169.21 | 0.62 | 0.44 |
| Hex | 2A | B5 | 9C | 4D | 0 | E | 1D | A9 | 3E | 2C |
| Octal | 52 | 265 | 234 | 115 | 0 | 16 | 35 | 251 | 76 | 54 |
| Binary | 101010 | 10110101 | 10011100 | 1001101 | 0 | 1110 | 11101 | 10101001 | 111110 | 101100 |
Color Harmonies of #2AB59C
Complementary color
Monochromatic Colors of #2AB59C
Black with #2AB59C
Text Example
Text Example
White with #2AB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB59C; }
p { color: rgb(42,181,156); }
H1.HeaderClassName
{
color: #2AB59C;
}
.AnyTagClassName
{
color: #2AB59C;
}
</style>
background-color css
<style>
a { background-color: #2AB59C; }
a { background-color: rgb(42,181,156); }
div.DivClassName
{
background-color: #2AB59C;
}
.BgClassName
{
background-color: #2AB59C;
}
</style>
border-color css
<style>
span { border-color: #2AB59C; }
span { border-color: rgb(42,181,156); }
td.TdClassName
{
border-color: #2AB59C;
}
.TagClassName
{
border-color: #2AB59C;
}
</style>