Shades of Light Sea Green #2ABDA9
Tints of Light Sea Green #2ABDA9
RGB
CMYK
RGB Variations
Color information
#2ABDA9 (or 0x2ABDA9) is known color: Light Sea Green. HEX triplet: 2A, BD and A9. RGB value is (42,189,169). Sum of RGB (Red+Green+Blue) = 42+189+169=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABDA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABDA9 is #D54256. Grayscale: #8E8E8E. Windows color (decimal): -13976151 or 11124010. OLE color: 11124010.
HSL color Cylindrical-coordinate representation of color #2ABDA9: hue angle of 171.84º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABDA9 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 169 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.26 |
| HSL | 171.84º | 0.64% | 0.45% | - |
| HSV(B) | 171.84º | 0.78% | 0.74% | - |
| XYZ | 26.31 | 39.75 | 43.82 | - |
| YUV | 142.77 | 142.8 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 169 | 0.78 | 0 | 0.11 | 0.26 | 171.84 | 0.64 | 0.45 |
| Hex | 2A | BD | A9 | 4E | 0 | B | 1A | AC | 40 | 2D |
| Octal | 52 | 275 | 251 | 116 | 0 | 13 | 32 | 254 | 100 | 55 |
| Binary | 101010 | 10111101 | 10101001 | 1001110 | 0 | 1011 | 11010 | 10101100 | 1000000 | 101101 |
Color Harmonies of #2ABDA9
Complementary color
Monochromatic Colors of #2ABDA9
Black with #2ABDA9
Text Example
Text Example
White with #2ABDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDA9; }
p { color: rgb(42,189,169); }
H1.HeaderClassName
{
color: #2ABDA9;
}
.AnyTagClassName
{
color: #2ABDA9;
}
</style>
background-color css
<style>
a { background-color: #2ABDA9; }
a { background-color: rgb(42,189,169); }
div.DivClassName
{
background-color: #2ABDA9;
}
.BgClassName
{
background-color: #2ABDA9;
}
</style>
border-color css
<style>
span { border-color: #2ABDA9; }
span { border-color: rgb(42,189,169); }
td.TdClassName
{
border-color: #2ABDA9;
}
.TagClassName
{
border-color: #2ABDA9;
}
</style>