Shades of Light Sea Green #2ABBA1
Tints of Light Sea Green #2ABBA1
RGB
CMYK
RGB Variations
Color information
#2ABBA1 (or 0x2ABBA1) is known color: Light Sea Green. HEX triplet: 2A, BB and A1. RGB value is (42,187,161). Sum of RGB (Red+Green+Blue) = 42+187+161=390 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.77% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABBA1 is #D5445E. Grayscale: #8C8C8C. Windows color (decimal): -13976671 or 10599210. OLE color: 10599210.
HSL color Cylindrical-coordinate representation of color #2ABBA1: hue angle of 169.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBA1 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 161 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.27 |
| HSL | 169.24º | 0.63% | 0.45% | - |
| HSV(B) | 169.24º | 0.78% | 0.73% | - |
| XYZ | 25.16 | 38.61 | 39.84 | - |
| YUV | 140.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 161 | 0.78 | 0 | 0.14 | 0.27 | 169.24 | 0.63 | 0.45 |
| Hex | 2A | BB | A1 | 4E | 0 | E | 1B | A9 | 3F | 2D |
| Octal | 52 | 273 | 241 | 116 | 0 | 16 | 33 | 251 | 77 | 55 |
| Binary | 101010 | 10111011 | 10100001 | 1001110 | 0 | 1110 | 11011 | 10101001 | 111111 | 101101 |
Color Harmonies of #2ABBA1
Complementary color
Monochromatic Colors of #2ABBA1
Black with #2ABBA1
Text Example
Text Example
White with #2ABBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBA1; }
p { color: rgb(42,187,161); }
H1.HeaderClassName
{
color: #2ABBA1;
}
.AnyTagClassName
{
color: #2ABBA1;
}
</style>
background-color css
<style>
a { background-color: #2ABBA1; }
a { background-color: rgb(42,187,161); }
div.DivClassName
{
background-color: #2ABBA1;
}
.BgClassName
{
background-color: #2ABBA1;
}
</style>
border-color css
<style>
span { border-color: #2ABBA1; }
span { border-color: rgb(42,187,161); }
td.TdClassName
{
border-color: #2ABBA1;
}
.TagClassName
{
border-color: #2ABBA1;
}
</style>