Shades of Medium Sea Green #2EBE7B
Tints of Medium Sea Green #2EBE7B
RGB
CMYK
RGB Variations
Color information
#2EBE7B (or 0x2EBE7B) is known color: Medium Sea Green. HEX triplet: 2E, BE and 7B. RGB value is (46,190,123). Sum of RGB (Red+Green+Blue) = 46+190+123=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBE7B is #D14184. Grayscale: #8B8B8B. Windows color (decimal): -13713797 or 8109614. OLE color: 8109614.
HSL color Cylindrical-coordinate representation of color #2EBE7B: hue angle of 152.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE7B is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 123 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.25 |
| HSL | 152.08º | 0.61% | 0.46% | - |
| HSV(B) | 152.08º | 0.76% | 0.75% | - |
| XYZ | 23.12 | 38.84 | 25.02 | - |
| YUV | 139.31 | 118.79 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 123 | 0.76 | 0 | 0.35 | 0.25 | 152.08 | 0.61 | 0.46 |
| Hex | 2E | BE | 7B | 4C | 0 | 23 | 19 | 98 | 3D | 2E |
| Octal | 56 | 276 | 173 | 114 | 0 | 43 | 31 | 230 | 75 | 56 |
| Binary | 101110 | 10111110 | 1111011 | 1001100 | 0 | 100011 | 11001 | 10011000 | 111101 | 101110 |
Color Harmonies of #2EBE7B
Complementary color
Monochromatic Colors of #2EBE7B
Black with #2EBE7B
Text Example
Text Example
White with #2EBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE7B; }
p { color: rgb(46,190,123); }
H1.HeaderClassName
{
color: #2EBE7B;
}
.AnyTagClassName
{
color: #2EBE7B;
}
</style>
background-color css
<style>
a { background-color: #2EBE7B; }
a { background-color: rgb(46,190,123); }
div.DivClassName
{
background-color: #2EBE7B;
}
.BgClassName
{
background-color: #2EBE7B;
}
</style>
border-color css
<style>
span { border-color: #2EBE7B; }
span { border-color: rgb(46,190,123); }
td.TdClassName
{
border-color: #2EBE7B;
}
.TagClassName
{
border-color: #2EBE7B;
}
</style>