Shades of Shamrock #2EDDA6
Tints of Shamrock #2EDDA6
RGB
CMYK
RGB Variations
Color information
#2EDDA6 (or 0x2EDDA6) is known color: Shamrock. HEX triplet: 2E, DD and A6. RGB value is (46,221,166). Sum of RGB (Red+Green+Blue) = 46+221+166=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDDA6 is #D12259. Grayscale: #A2A2A2. Windows color (decimal): -13705818 or 10935598. OLE color: 10935598.
HSL color Cylindrical-coordinate representation of color #2EDDA6: hue angle of 161.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDA6 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 166 | - |
| CMYK | 0.79 | 0 | 0.25 | 0.13 |
| HSL | 161.14º | 0.72% | 0.52% | - |
| HSV(B) | 161.14º | 0.79% | 0.87% | - |
| XYZ | 33.87 | 55.05 | 44.92 | - |
| YUV | 162.41 | 130.02 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 166 | 0.79 | 0 | 0.25 | 0.13 | 161.14 | 0.72 | 0.52 |
| Hex | 2E | DD | A6 | 4F | 0 | 19 | D | A1 | 48 | 34 |
| Octal | 56 | 335 | 246 | 117 | 0 | 31 | 15 | 241 | 110 | 64 |
| Binary | 101110 | 11011101 | 10100110 | 1001111 | 0 | 11001 | 1101 | 10100001 | 1001000 | 110100 |
Color Harmonies of #2EDDA6
Complementary color
Monochromatic Colors of #2EDDA6
Black with #2EDDA6
Text Example
Text Example
White with #2EDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDDA6; }
p { color: rgb(46,221,166); }
H1.HeaderClassName
{
color: #2EDDA6;
}
.AnyTagClassName
{
color: #2EDDA6;
}
</style>
background-color css
<style>
a { background-color: #2EDDA6; }
a { background-color: rgb(46,221,166); }
div.DivClassName
{
background-color: #2EDDA6;
}
.BgClassName
{
background-color: #2EDDA6;
}
</style>
border-color css
<style>
span { border-color: #2EDDA6; }
span { border-color: rgb(46,221,166); }
td.TdClassName
{
border-color: #2EDDA6;
}
.TagClassName
{
border-color: #2EDDA6;
}
</style>