Shades of Medium Sea Green #2EAB74
Tints of Medium Sea Green #2EAB74
RGB
CMYK
RGB Variations
Color information
#2EAB74 (or 0x2EAB74) is known color: Medium Sea Green. HEX triplet: 2E, AB and 74. RGB value is (46,171,116). Sum of RGB (Red+Green+Blue) = 46+171+116=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAB74 is #D1548B. Grayscale: #7F7F7F. Windows color (decimal): -13718668 or 7645998. OLE color: 7645998.
HSL color Cylindrical-coordinate representation of color #2EAB74: hue angle of 153.6º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAB74 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 171 | 116 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.33 |
| HSL | 153.6º | 0.58% | 0.43% | - |
| HSV(B) | 153.6º | 0.73% | 0.67% | - |
| XYZ | 18.84 | 30.97 | 21.51 | - |
| YUV | 127.36 | 121.59 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 171 | 116 | 0.73 | 0 | 0.32 | 0.33 | 153.6 | 0.58 | 0.43 |
| Hex | 2E | AB | 74 | 49 | 0 | 20 | 21 | 9A | 3A | 2B |
| Octal | 56 | 253 | 164 | 111 | 0 | 40 | 41 | 232 | 72 | 53 |
| Binary | 101110 | 10101011 | 1110100 | 1001001 | 0 | 100000 | 100001 | 10011010 | 111010 | 101011 |
Color Harmonies of #2EAB74
Complementary color
Monochromatic Colors of #2EAB74
Black with #2EAB74
Text Example
Text Example
White with #2EAB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAB74; }
p { color: rgb(46,171,116); }
H1.HeaderClassName
{
color: #2EAB74;
}
.AnyTagClassName
{
color: #2EAB74;
}
</style>
background-color css
<style>
a { background-color: #2EAB74; }
a { background-color: rgb(46,171,116); }
div.DivClassName
{
background-color: #2EAB74;
}
.BgClassName
{
background-color: #2EAB74;
}
</style>
border-color css
<style>
span { border-color: #2EAB74; }
span { border-color: rgb(46,171,116); }
td.TdClassName
{
border-color: #2EAB74;
}
.TagClassName
{
border-color: #2EAB74;
}
</style>