Shades of Shamrock #2EC5AA
Tints of Shamrock #2EC5AA
RGB
CMYK
RGB Variations
Color information
#2EC5AA (or 0x2EC5AA) is known color: Shamrock. HEX triplet: 2E, C5 and AA. RGB value is (46,197,170). Sum of RGB (Red+Green+Blue) = 46+197+170=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC5AA is #D13A55. Grayscale: #949494. Windows color (decimal): -13711958 or 11191598. OLE color: 11191598.
HSL color Cylindrical-coordinate representation of color #2EC5AA: hue angle of 169.27º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC5AA is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 170 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.23 |
| HSL | 169.27º | 0.62% | 0.48% | - |
| HSV(B) | 169.27º | 0.77% | 0.77% | - |
| XYZ | 28.35 | 43.42 | 44.92 | - |
| YUV | 148.77 | 139.97 | 54.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 170 | 0.77 | 0 | 0.14 | 0.23 | 169.27 | 0.62 | 0.48 |
| Hex | 2E | C5 | AA | 4D | 0 | E | 17 | A9 | 3E | 30 |
| Octal | 56 | 305 | 252 | 115 | 0 | 16 | 27 | 251 | 76 | 60 |
| Binary | 101110 | 11000101 | 10101010 | 1001101 | 0 | 1110 | 10111 | 10101001 | 111110 | 110000 |
Color Harmonies of #2EC5AA
Complementary color
Monochromatic Colors of #2EC5AA
Black with #2EC5AA
Text Example
Text Example
White with #2EC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC5AA; }
p { color: rgb(46,197,170); }
H1.HeaderClassName
{
color: #2EC5AA;
}
.AnyTagClassName
{
color: #2EC5AA;
}
</style>
background-color css
<style>
a { background-color: #2EC5AA; }
a { background-color: rgb(46,197,170); }
div.DivClassName
{
background-color: #2EC5AA;
}
.BgClassName
{
background-color: #2EC5AA;
}
</style>
border-color css
<style>
span { border-color: #2EC5AA; }
span { border-color: rgb(46,197,170); }
td.TdClassName
{
border-color: #2EC5AA;
}
.TagClassName
{
border-color: #2EC5AA;
}
</style>