Shades of Medium Sea Green #2ABE60
Tints of Medium Sea Green #2ABE60
RGB
CMYK
RGB Variations
Color information
#2ABE60 (or 0x2ABE60) is known color: Medium Sea Green. HEX triplet: 2A, BE and 60. RGB value is (42,190,96). Sum of RGB (Red+Green+Blue) = 42+190+96=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE60 is #D5419F. Grayscale: #878787. Windows color (decimal): -13975968 or 6340138. OLE color: 6340138.
HSL color Cylindrical-coordinate representation of color #2ABE60: hue angle of 141.89º 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 #2ABE60 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 96 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.25 |
| HSL | 141.89º | 0.64% | 0.45% | - |
| HSV(B) | 141.89º | 0.78% | 0.75% | - |
| XYZ | 21.48 | 38.16 | 17.3 | - |
| YUV | 135.03 | 105.97 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 96 | 0.78 | 0 | 0.49 | 0.25 | 141.89 | 0.64 | 0.45 |
| Hex | 2A | BE | 60 | 4E | 0 | 31 | 19 | 8E | 40 | 2D |
| Octal | 52 | 276 | 140 | 116 | 0 | 61 | 31 | 216 | 100 | 55 |
| Binary | 101010 | 10111110 | 1100000 | 1001110 | 0 | 110001 | 11001 | 10001110 | 1000000 | 101101 |
Color Harmonies of #2ABE60
Complementary color
Monochromatic Colors of #2ABE60
Black with #2ABE60
Text Example
Text Example
White with #2ABE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE60; }
p { color: rgb(42,190,96); }
H1.HeaderClassName
{
color: #2ABE60;
}
.AnyTagClassName
{
color: #2ABE60;
}
</style>
background-color css
<style>
a { background-color: #2ABE60; }
a { background-color: rgb(42,190,96); }
div.DivClassName
{
background-color: #2ABE60;
}
.BgClassName
{
background-color: #2ABE60;
}
</style>
border-color css
<style>
span { border-color: #2ABE60; }
span { border-color: rgb(42,190,96); }
td.TdClassName
{
border-color: #2ABE60;
}
.TagClassName
{
border-color: #2ABE60;
}
</style>