Shades of Shamrock #2EDBAA
Tints of Shamrock #2EDBAA
RGB
CMYK
RGB Variations
Color information
#2EDBAA (or 0x2EDBAA) is known color: Shamrock. HEX triplet: 2E, DB and AA. RGB value is (46,219,170). Sum of RGB (Red+Green+Blue) = 46+219+170=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDBAA is #D12455. Grayscale: #A1A1A1. Windows color (decimal): -13706326 or 11197230. OLE color: 11197230.
HSL color Cylindrical-coordinate representation of color #2EDBAA: hue angle of 163.01º 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 #2EDBAA is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 170 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.14 |
| HSL | 163.01º | 0.71% | 0.52% | - |
| HSV(B) | 163.01º | 0.79% | 0.86% | - |
| XYZ | 33.71 | 54.15 | 46.7 | - |
| YUV | 161.69 | 132.69 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 170 | 0.79 | 0 | 0.22 | 0.14 | 163.01 | 0.71 | 0.52 |
| Hex | 2E | DB | AA | 4F | 0 | 16 | E | A3 | 47 | 34 |
| Octal | 56 | 333 | 252 | 117 | 0 | 26 | 16 | 243 | 107 | 64 |
| Binary | 101110 | 11011011 | 10101010 | 1001111 | 0 | 10110 | 1110 | 10100011 | 1000111 | 110100 |
Color Harmonies of #2EDBAA
Complementary color
Monochromatic Colors of #2EDBAA
Black with #2EDBAA
Text Example
Text Example
White with #2EDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDBAA; }
p { color: rgb(46,219,170); }
H1.HeaderClassName
{
color: #2EDBAA;
}
.AnyTagClassName
{
color: #2EDBAA;
}
</style>
background-color css
<style>
a { background-color: #2EDBAA; }
a { background-color: rgb(46,219,170); }
div.DivClassName
{
background-color: #2EDBAA;
}
.BgClassName
{
background-color: #2EDBAA;
}
</style>
border-color css
<style>
span { border-color: #2EDBAA; }
span { border-color: rgb(46,219,170); }
td.TdClassName
{
border-color: #2EDBAA;
}
.TagClassName
{
border-color: #2EDBAA;
}
</style>