Shades of Medium Sea Green #2EB06C
Tints of Medium Sea Green #2EB06C
RGB
CMYK
RGB Variations
Color information
#2EB06C (or 0x2EB06C) is known color: Medium Sea Green. HEX triplet: 2E, B0 and 6C. RGB value is (46,176,108). Sum of RGB (Red+Green+Blue) = 46+176+108=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB06C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB06C is #D14F93. Grayscale: #818181. Windows color (decimal): -13717396 or 7122990. OLE color: 7122990.
HSL color Cylindrical-coordinate representation of color #2EB06C: hue angle of 148.62º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB06C is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 176 | 108 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.31 |
| HSL | 148.62º | 0.59% | 0.44% | - |
| HSV(B) | 148.62º | 0.74% | 0.69% | - |
| XYZ | 19.36 | 32.71 | 19.48 | - |
| YUV | 129.38 | 115.93 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 108 | 0.74 | 0 | 0.39 | 0.31 | 148.62 | 0.59 | 0.44 |
| Hex | 2E | B0 | 6C | 4A | 0 | 27 | 1F | 95 | 3B | 2C |
| Octal | 56 | 260 | 154 | 112 | 0 | 47 | 37 | 225 | 73 | 54 |
| Binary | 101110 | 10110000 | 1101100 | 1001010 | 0 | 100111 | 11111 | 10010101 | 111011 | 101100 |
Color Harmonies of #2EB06C
Complementary color
Monochromatic Colors of #2EB06C
Black with #2EB06C
Text Example
Text Example
White with #2EB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB06C; }
p { color: rgb(46,176,108); }
H1.HeaderClassName
{
color: #2EB06C;
}
.AnyTagClassName
{
color: #2EB06C;
}
</style>
background-color css
<style>
a { background-color: #2EB06C; }
a { background-color: rgb(46,176,108); }
div.DivClassName
{
background-color: #2EB06C;
}
.BgClassName
{
background-color: #2EB06C;
}
</style>
border-color css
<style>
span { border-color: #2EB06C; }
span { border-color: rgb(46,176,108); }
td.TdClassName
{
border-color: #2EB06C;
}
.TagClassName
{
border-color: #2EB06C;
}
</style>