Shades of Shamrock #2EDBA5
Tints of Shamrock #2EDBA5
RGB
CMYK
RGB Variations
Color information
#2EDBA5 (or 0x2EDBA5) is known color: Shamrock. HEX triplet: 2E, DB and A5. RGB value is (46,219,165). Sum of RGB (Red+Green+Blue) = 46+219+165=430 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.70% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDBA5 is #D1245A. Grayscale: #A1A1A1. Windows color (decimal): -13706331 or 10869550. OLE color: 10869550.
HSL color Cylindrical-coordinate representation of color #2EDBA5: hue angle of 161.27º 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 #2EDBA5 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 165 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.14 |
| HSL | 161.27º | 0.71% | 0.52% | - |
| HSV(B) | 161.27º | 0.79% | 0.86% | - |
| XYZ | 33.25 | 53.96 | 44.26 | - |
| YUV | 161.12 | 130.19 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 165 | 0.79 | 0 | 0.25 | 0.14 | 161.27 | 0.71 | 0.52 |
| Hex | 2E | DB | A5 | 4F | 0 | 19 | E | A1 | 47 | 34 |
| Octal | 56 | 333 | 245 | 117 | 0 | 31 | 16 | 241 | 107 | 64 |
| Binary | 101110 | 11011011 | 10100101 | 1001111 | 0 | 11001 | 1110 | 10100001 | 1000111 | 110100 |
Color Harmonies of #2EDBA5
Complementary color
Monochromatic Colors of #2EDBA5
Black with #2EDBA5
Text Example
Text Example
White with #2EDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDBA5; }
p { color: rgb(46,219,165); }
H1.HeaderClassName
{
color: #2EDBA5;
}
.AnyTagClassName
{
color: #2EDBA5;
}
</style>
background-color css
<style>
a { background-color: #2EDBA5; }
a { background-color: rgb(46,219,165); }
div.DivClassName
{
background-color: #2EDBA5;
}
.BgClassName
{
background-color: #2EDBA5;
}
</style>
border-color css
<style>
span { border-color: #2EDBA5; }
span { border-color: rgb(46,219,165); }
td.TdClassName
{
border-color: #2EDBA5;
}
.TagClassName
{
border-color: #2EDBA5;
}
</style>