Shades of Shamrock #2EC9AD
Tints of Shamrock #2EC9AD
RGB
CMYK
RGB Variations
Color information
#2EC9AD (or 0x2EC9AD) is known color: Shamrock. HEX triplet: 2E, C9 and AD. RGB value is (46,201,173). Sum of RGB (Red+Green+Blue) = 46+201+173=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC9AD is #D13652. Grayscale: #979797. Windows color (decimal): -13710931 or 11389230. OLE color: 11389230.
HSL color Cylindrical-coordinate representation of color #2EC9AD: hue angle of 169.16º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC9AD is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 173 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.21 |
| HSL | 169.16º | 0.63% | 0.48% | - |
| HSV(B) | 169.16º | 0.77% | 0.79% | - |
| XYZ | 29.56 | 45.37 | 46.73 | - |
| YUV | 151.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 173 | 0.77 | 0 | 0.14 | 0.21 | 169.16 | 0.63 | 0.48 |
| Hex | 2E | C9 | AD | 4D | 0 | E | 15 | A9 | 3F | 30 |
| Octal | 56 | 311 | 255 | 115 | 0 | 16 | 25 | 251 | 77 | 60 |
| Binary | 101110 | 11001001 | 10101101 | 1001101 | 0 | 1110 | 10101 | 10101001 | 111111 | 110000 |
Color Harmonies of #2EC9AD
Complementary color
Monochromatic Colors of #2EC9AD
Black with #2EC9AD
Text Example
Text Example
White with #2EC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9AD; }
p { color: rgb(46,201,173); }
H1.HeaderClassName
{
color: #2EC9AD;
}
.AnyTagClassName
{
color: #2EC9AD;
}
</style>
background-color css
<style>
a { background-color: #2EC9AD; }
a { background-color: rgb(46,201,173); }
div.DivClassName
{
background-color: #2EC9AD;
}
.BgClassName
{
background-color: #2EC9AD;
}
</style>
border-color css
<style>
span { border-color: #2EC9AD; }
span { border-color: rgb(46,201,173); }
td.TdClassName
{
border-color: #2EC9AD;
}
.TagClassName
{
border-color: #2EC9AD;
}
</style>