Shades of Medium Sea Green #2EBA69
Tints of Medium Sea Green #2EBA69
RGB
CMYK
RGB Variations
Color information
#2EBA69 (or 0x2EBA69) is known color: Medium Sea Green. HEX triplet: 2E, BA and 69. RGB value is (46,186,105). Sum of RGB (Red+Green+Blue) = 46+186+105=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA69 is #D14596. Grayscale: #878787. Windows color (decimal): -13714839 or 6928942. OLE color: 6928942.
HSL color Cylindrical-coordinate representation of color #2EBA69: hue angle of 145.29º 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 #2EBA69 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 105 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.27 |
| HSL | 145.29º | 0.6% | 0.45% | - |
| HSV(B) | 145.29º | 0.75% | 0.73% | - |
| XYZ | 21.24 | 36.72 | 19.33 | - |
| YUV | 134.91 | 111.12 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 105 | 0.75 | 0 | 0.44 | 0.27 | 145.29 | 0.6 | 0.45 |
| Hex | 2E | BA | 69 | 4B | 0 | 2C | 1B | 91 | 3C | 2D |
| Octal | 56 | 272 | 151 | 113 | 0 | 54 | 33 | 221 | 74 | 55 |
| Binary | 101110 | 10111010 | 1101001 | 1001011 | 0 | 101100 | 11011 | 10010001 | 111100 | 101101 |
Color Harmonies of #2EBA69
Complementary color
Monochromatic Colors of #2EBA69
Black with #2EBA69
Text Example
Text Example
White with #2EBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA69; }
p { color: rgb(46,186,105); }
H1.HeaderClassName
{
color: #2EBA69;
}
.AnyTagClassName
{
color: #2EBA69;
}
</style>
background-color css
<style>
a { background-color: #2EBA69; }
a { background-color: rgb(46,186,105); }
div.DivClassName
{
background-color: #2EBA69;
}
.BgClassName
{
background-color: #2EBA69;
}
</style>
border-color css
<style>
span { border-color: #2EBA69; }
span { border-color: rgb(46,186,105); }
td.TdClassName
{
border-color: #2EBA69;
}
.TagClassName
{
border-color: #2EBA69;
}
</style>