Shades of Shamrock #2EC5AB
Tints of Shamrock #2EC5AB
RGB
CMYK
RGB Variations
Color information
#2EC5AB (or 0x2EC5AB) is known color: Shamrock. HEX triplet: 2E, C5 and AB. RGB value is (46,197,171). Sum of RGB (Red+Green+Blue) = 46+197+171=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC5AB is #D13A54. Grayscale: #949494. Windows color (decimal): -13711957 or 11257134. OLE color: 11257134.
HSL color Cylindrical-coordinate representation of color #2EC5AB: hue angle of 169.67º 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 #2EC5AB is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 171 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.23 |
| HSL | 169.67º | 0.62% | 0.48% | - |
| HSV(B) | 169.67º | 0.77% | 0.77% | - |
| XYZ | 28.44 | 43.45 | 45.42 | - |
| YUV | 148.89 | 140.47 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 171 | 0.77 | 0 | 0.13 | 0.23 | 169.67 | 0.62 | 0.48 |
| Hex | 2E | C5 | AB | 4D | 0 | D | 17 | AA | 3E | 30 |
| Octal | 56 | 305 | 253 | 115 | 0 | 15 | 27 | 252 | 76 | 60 |
| Binary | 101110 | 11000101 | 10101011 | 1001101 | 0 | 1101 | 10111 | 10101010 | 111110 | 110000 |
Color Harmonies of #2EC5AB
Complementary color
Monochromatic Colors of #2EC5AB
Black with #2EC5AB
Text Example
Text Example
White with #2EC5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC5AB; }
p { color: rgb(46,197,171); }
H1.HeaderClassName
{
color: #2EC5AB;
}
.AnyTagClassName
{
color: #2EC5AB;
}
</style>
background-color css
<style>
a { background-color: #2EC5AB; }
a { background-color: rgb(46,197,171); }
div.DivClassName
{
background-color: #2EC5AB;
}
.BgClassName
{
background-color: #2EC5AB;
}
</style>
border-color css
<style>
span { border-color: #2EC5AB; }
span { border-color: rgb(46,197,171); }
td.TdClassName
{
border-color: #2EC5AB;
}
.TagClassName
{
border-color: #2EC5AB;
}
</style>