Shades of Shamrock #2EDEAA
Tints of Shamrock #2EDEAA
RGB
CMYK
RGB Variations
Color information
#2EDEAA (or 0x2EDEAA) is known color: Shamrock. HEX triplet: 2E, DE and AA. RGB value is (46,222,170). Sum of RGB (Red+Green+Blue) = 46+222+170=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDEAA is #D12155. Grayscale: #A3A3A3. Windows color (decimal): -13705558 or 11197998. OLE color: 11197998.
HSL color Cylindrical-coordinate representation of color #2EDEAA: hue angle of 162.27º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDEAA is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 170 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.13 |
| HSL | 162.27º | 0.73% | 0.53% | - |
| HSV(B) | 162.27º | 0.79% | 0.87% | - |
| XYZ | 34.5 | 55.73 | 46.97 | - |
| YUV | 163.45 | 131.69 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 170 | 0.79 | 0 | 0.23 | 0.13 | 162.27 | 0.73 | 0.53 |
| Hex | 2E | DE | AA | 4F | 0 | 17 | D | A2 | 49 | 35 |
| Octal | 56 | 336 | 252 | 117 | 0 | 27 | 15 | 242 | 111 | 65 |
| Binary | 101110 | 11011110 | 10101010 | 1001111 | 0 | 10111 | 1101 | 10100010 | 1001001 | 110101 |
Color Harmonies of #2EDEAA
Complementary color
Monochromatic Colors of #2EDEAA
Black with #2EDEAA
Text Example
Text Example
White with #2EDEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEAA; }
p { color: rgb(46,222,170); }
H1.HeaderClassName
{
color: #2EDEAA;
}
.AnyTagClassName
{
color: #2EDEAA;
}
</style>
background-color css
<style>
a { background-color: #2EDEAA; }
a { background-color: rgb(46,222,170); }
div.DivClassName
{
background-color: #2EDEAA;
}
.BgClassName
{
background-color: #2EDEAA;
}
</style>
border-color css
<style>
span { border-color: #2EDEAA; }
span { border-color: rgb(46,222,170); }
td.TdClassName
{
border-color: #2EDEAA;
}
.TagClassName
{
border-color: #2EDEAA;
}
</style>