Shades of Medium Sea Green #2ABD5A
Tints of Medium Sea Green #2ABD5A
RGB
CMYK
RGB Variations
Color information
#2ABD5A (or 0x2ABD5A) is known color: Medium Sea Green. HEX triplet: 2A, BD and 5A. RGB value is (42,189,90). Sum of RGB (Red+Green+Blue) = 42+189+90=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABD5A is #D542A5. Grayscale: #868686. Windows color (decimal): -13976230 or 5946666. OLE color: 5946666.
HSL color Cylindrical-coordinate representation of color #2ABD5A: hue angle of 139.59º 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 #2ABD5A is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 90 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.26 |
| HSL | 139.59º | 0.64% | 0.45% | - |
| HSV(B) | 139.59º | 0.78% | 0.74% | - |
| XYZ | 21 | 37.63 | 15.83 | - |
| YUV | 133.76 | 103.3 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 90 | 0.78 | 0 | 0.52 | 0.26 | 139.59 | 0.64 | 0.45 |
| Hex | 2A | BD | 5A | 4E | 0 | 34 | 1A | 8C | 40 | 2D |
| Octal | 52 | 275 | 132 | 116 | 0 | 64 | 32 | 214 | 100 | 55 |
| Binary | 101010 | 10111101 | 1011010 | 1001110 | 0 | 110100 | 11010 | 10001100 | 1000000 | 101101 |
Color Harmonies of #2ABD5A
Complementary color
Monochromatic Colors of #2ABD5A
Black with #2ABD5A
Text Example
Text Example
White with #2ABD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD5A; }
p { color: rgb(42,189,90); }
H1.HeaderClassName
{
color: #2ABD5A;
}
.AnyTagClassName
{
color: #2ABD5A;
}
</style>
background-color css
<style>
a { background-color: #2ABD5A; }
a { background-color: rgb(42,189,90); }
div.DivClassName
{
background-color: #2ABD5A;
}
.BgClassName
{
background-color: #2ABD5A;
}
</style>
border-color css
<style>
span { border-color: #2ABD5A; }
span { border-color: rgb(42,189,90); }
td.TdClassName
{
border-color: #2ABD5A;
}
.TagClassName
{
border-color: #2ABD5A;
}
</style>