Shades of Medium Sea Green #2EBA76
Tints of Medium Sea Green #2EBA76
RGB
CMYK
RGB Variations
Color information
#2EBA76 (or 0x2EBA76) is known color: Medium Sea Green. HEX triplet: 2E, BA and 76. RGB value is (46,186,118). Sum of RGB (Red+Green+Blue) = 46+186+118=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA76 is #D14589. Grayscale: #888888. Windows color (decimal): -13714826 or 7780910. OLE color: 7780910.
HSL color Cylindrical-coordinate representation of color #2EBA76: hue angle of 150.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA76 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 118 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.27 |
| HSL | 150.86º | 0.6% | 0.45% | - |
| HSV(B) | 150.86º | 0.75% | 0.73% | - |
| XYZ | 21.96 | 37.01 | 23.13 | - |
| YUV | 136.39 | 117.62 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 118 | 0.75 | 0 | 0.37 | 0.27 | 150.86 | 0.6 | 0.45 |
| Hex | 2E | BA | 76 | 4B | 0 | 25 | 1B | 97 | 3C | 2D |
| Octal | 56 | 272 | 166 | 113 | 0 | 45 | 33 | 227 | 74 | 55 |
| Binary | 101110 | 10111010 | 1110110 | 1001011 | 0 | 100101 | 11011 | 10010111 | 111100 | 101101 |
Color Harmonies of #2EBA76
Complementary color
Monochromatic Colors of #2EBA76
Black with #2EBA76
Text Example
Text Example
White with #2EBA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA76; }
p { color: rgb(46,186,118); }
H1.HeaderClassName
{
color: #2EBA76;
}
.AnyTagClassName
{
color: #2EBA76;
}
</style>
background-color css
<style>
a { background-color: #2EBA76; }
a { background-color: rgb(46,186,118); }
div.DivClassName
{
background-color: #2EBA76;
}
.BgClassName
{
background-color: #2EBA76;
}
</style>
border-color css
<style>
span { border-color: #2EBA76; }
span { border-color: rgb(46,186,118); }
td.TdClassName
{
border-color: #2EBA76;
}
.TagClassName
{
border-color: #2EBA76;
}
</style>