Shades of Medium Sea Green #2ABE5A
Tints of Medium Sea Green #2ABE5A
RGB
CMYK
RGB Variations
Color information
#2ABE5A (or 0x2ABE5A) is known color: Medium Sea Green. HEX triplet: 2A, BE and 5A. RGB value is (42,190,90). Sum of RGB (Red+Green+Blue) = 42+190+90=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 190 (74.61% from 255 or 59.01% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE5A is #D541A5. Grayscale: #868686. Windows color (decimal): -13975974 or 5946922. OLE color: 5946922.
HSL color Cylindrical-coordinate representation of color #2ABE5A: hue angle of 139.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE5A is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 90 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.25 |
| HSL | 139.46º | 0.64% | 0.45% | - |
| HSV(B) | 139.46º | 0.78% | 0.75% | - |
| XYZ | 21.21 | 38.06 | 15.9 | - |
| YUV | 134.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 90 | 0.78 | 0 | 0.53 | 0.25 | 139.46 | 0.64 | 0.45 |
| Hex | 2A | BE | 5A | 4E | 0 | 35 | 19 | 8B | 40 | 2D |
| Octal | 52 | 276 | 132 | 116 | 0 | 65 | 31 | 213 | 100 | 55 |
| Binary | 101010 | 10111110 | 1011010 | 1001110 | 0 | 110101 | 11001 | 10001011 | 1000000 | 101101 |
Color Harmonies of #2ABE5A
Complementary color
Monochromatic Colors of #2ABE5A
Black with #2ABE5A
Text Example
Text Example
White with #2ABE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE5A; }
p { color: rgb(42,190,90); }
H1.HeaderClassName
{
color: #2ABE5A;
}
.AnyTagClassName
{
color: #2ABE5A;
}
</style>
background-color css
<style>
a { background-color: #2ABE5A; }
a { background-color: rgb(42,190,90); }
div.DivClassName
{
background-color: #2ABE5A;
}
.BgClassName
{
background-color: #2ABE5A;
}
</style>
border-color css
<style>
span { border-color: #2ABE5A; }
span { border-color: rgb(42,190,90); }
td.TdClassName
{
border-color: #2ABE5A;
}
.TagClassName
{
border-color: #2ABE5A;
}
</style>