Shades of Medium Sea Green #2EBA6B
Tints of Medium Sea Green #2EBA6B
RGB
CMYK
RGB Variations
Color information
#2EBA6B (or 0x2EBA6B) is known color: Medium Sea Green. HEX triplet: 2E, BA and 6B. RGB value is (46,186,107). Sum of RGB (Red+Green+Blue) = 46+186+107=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA6B is #D14594. Grayscale: #878787. Windows color (decimal): -13714837 or 7060014. OLE color: 7060014.
HSL color Cylindrical-coordinate representation of color #2EBA6B: hue angle of 146.14º 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 #2EBA6B is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 107 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.27 |
| HSL | 146.14º | 0.6% | 0.45% | - |
| HSV(B) | 146.14º | 0.75% | 0.73% | - |
| XYZ | 21.34 | 36.76 | 19.88 | - |
| YUV | 135.13 | 112.12 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 107 | 0.75 | 0 | 0.42 | 0.27 | 146.14 | 0.6 | 0.45 |
| Hex | 2E | BA | 6B | 4B | 0 | 2A | 1B | 92 | 3C | 2D |
| Octal | 56 | 272 | 153 | 113 | 0 | 52 | 33 | 222 | 74 | 55 |
| Binary | 101110 | 10111010 | 1101011 | 1001011 | 0 | 101010 | 11011 | 10010010 | 111100 | 101101 |
Color Harmonies of #2EBA6B
Complementary color
Monochromatic Colors of #2EBA6B
Black with #2EBA6B
Text Example
Text Example
White with #2EBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA6B; }
p { color: rgb(46,186,107); }
H1.HeaderClassName
{
color: #2EBA6B;
}
.AnyTagClassName
{
color: #2EBA6B;
}
</style>
background-color css
<style>
a { background-color: #2EBA6B; }
a { background-color: rgb(46,186,107); }
div.DivClassName
{
background-color: #2EBA6B;
}
.BgClassName
{
background-color: #2EBA6B;
}
</style>
border-color css
<style>
span { border-color: #2EBA6B; }
span { border-color: rgb(46,186,107); }
td.TdClassName
{
border-color: #2EBA6B;
}
.TagClassName
{
border-color: #2EBA6B;
}
</style>