Shades of Shamrock #2EDBA0
Tints of Shamrock #2EDBA0
RGB
CMYK
RGB Variations
Color information
#2EDBA0 (or 0x2EDBA0) is known color: Shamrock. HEX triplet: 2E, DB and A0. RGB value is (46,219,160). Sum of RGB (Red+Green+Blue) = 46+219+160=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDBA0 is #D1245F. Grayscale: #A0A0A0. Windows color (decimal): -13706336 or 10541870. OLE color: 10541870.
HSL color Cylindrical-coordinate representation of color #2EDBA0: hue angle of 159.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDBA0 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 160 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.14 |
| HSL | 159.54º | 0.71% | 0.52% | - |
| HSV(B) | 159.54º | 0.79% | 0.86% | - |
| XYZ | 32.8 | 53.78 | 41.91 | - |
| YUV | 160.55 | 127.69 | 46.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 160 | 0.79 | 0 | 0.27 | 0.14 | 159.54 | 0.71 | 0.52 |
| Hex | 2E | DB | A0 | 4F | 0 | 1B | E | A0 | 47 | 34 |
| Octal | 56 | 333 | 240 | 117 | 0 | 33 | 16 | 240 | 107 | 64 |
| Binary | 101110 | 11011011 | 10100000 | 1001111 | 0 | 11011 | 1110 | 10100000 | 1000111 | 110100 |
Color Harmonies of #2EDBA0
Complementary color
Monochromatic Colors of #2EDBA0
Black with #2EDBA0
Text Example
Text Example
White with #2EDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDBA0; }
p { color: rgb(46,219,160); }
H1.HeaderClassName
{
color: #2EDBA0;
}
.AnyTagClassName
{
color: #2EDBA0;
}
</style>
background-color css
<style>
a { background-color: #2EDBA0; }
a { background-color: rgb(46,219,160); }
div.DivClassName
{
background-color: #2EDBA0;
}
.BgClassName
{
background-color: #2EDBA0;
}
</style>
border-color css
<style>
span { border-color: #2EDBA0; }
span { border-color: rgb(46,219,160); }
td.TdClassName
{
border-color: #2EDBA0;
}
.TagClassName
{
border-color: #2EDBA0;
}
</style>