Shades of Medium Sea Green #2ABE71
Tints of Medium Sea Green #2ABE71
RGB
CMYK
RGB Variations
Color information
#2ABE71 (or 0x2ABE71) is known color: Medium Sea Green. HEX triplet: 2A, BE and 71. RGB value is (42,190,113). Sum of RGB (Red+Green+Blue) = 42+190+113=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE71 is #D5418E. Grayscale: #898989. Windows color (decimal): -13975951 or 7454250. OLE color: 7454250.
HSL color Cylindrical-coordinate representation of color #2ABE71: hue angle of 148.78º 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 #2ABE71 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 113 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.25 |
| HSL | 148.78º | 0.64% | 0.45% | - |
| HSV(B) | 148.78º | 0.78% | 0.75% | - |
| XYZ | 22.35 | 38.51 | 21.88 | - |
| YUV | 136.97 | 114.47 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 113 | 0.78 | 0 | 0.41 | 0.25 | 148.78 | 0.64 | 0.45 |
| Hex | 2A | BE | 71 | 4E | 0 | 29 | 19 | 95 | 40 | 2D |
| Octal | 52 | 276 | 161 | 116 | 0 | 51 | 31 | 225 | 100 | 55 |
| Binary | 101010 | 10111110 | 1110001 | 1001110 | 0 | 101001 | 11001 | 10010101 | 1000000 | 101101 |
Color Harmonies of #2ABE71
Complementary color
Monochromatic Colors of #2ABE71
Black with #2ABE71
Text Example
Text Example
White with #2ABE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE71; }
p { color: rgb(42,190,113); }
H1.HeaderClassName
{
color: #2ABE71;
}
.AnyTagClassName
{
color: #2ABE71;
}
</style>
background-color css
<style>
a { background-color: #2ABE71; }
a { background-color: rgb(42,190,113); }
div.DivClassName
{
background-color: #2ABE71;
}
.BgClassName
{
background-color: #2ABE71;
}
</style>
border-color css
<style>
span { border-color: #2ABE71; }
span { border-color: rgb(42,190,113); }
td.TdClassName
{
border-color: #2ABE71;
}
.TagClassName
{
border-color: #2ABE71;
}
</style>