Shades of Shamrock #2EC3A0
Tints of Shamrock #2EC3A0
RGB
CMYK
RGB Variations
Color information
#2EC3A0 (or 0x2EC3A0) is known color: Shamrock. HEX triplet: 2E, C3 and A0. RGB value is (46,195,160). Sum of RGB (Red+Green+Blue) = 46+195+160=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC3A0 is #D13C5F. Grayscale: #929292. Windows color (decimal): -13712480 or 10535726. OLE color: 10535726.
HSL color Cylindrical-coordinate representation of color #2EC3A0: hue angle of 165.91º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC3A0 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 160 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.24 |
| HSL | 165.91º | 0.62% | 0.47% | - |
| HSV(B) | 165.91º | 0.76% | 0.76% | - |
| XYZ | 26.99 | 42.15 | 39.97 | - |
| YUV | 146.46 | 135.64 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 160 | 0.76 | 0 | 0.18 | 0.24 | 165.91 | 0.62 | 0.47 |
| Hex | 2E | C3 | A0 | 4C | 0 | 12 | 18 | A6 | 3E | 2F |
| Octal | 56 | 303 | 240 | 114 | 0 | 22 | 30 | 246 | 76 | 57 |
| Binary | 101110 | 11000011 | 10100000 | 1001100 | 0 | 10010 | 11000 | 10100110 | 111110 | 101111 |
Color Harmonies of #2EC3A0
Complementary color
Monochromatic Colors of #2EC3A0
Black with #2EC3A0
Text Example
Text Example
White with #2EC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC3A0; }
p { color: rgb(46,195,160); }
H1.HeaderClassName
{
color: #2EC3A0;
}
.AnyTagClassName
{
color: #2EC3A0;
}
</style>
background-color css
<style>
a { background-color: #2EC3A0; }
a { background-color: rgb(46,195,160); }
div.DivClassName
{
background-color: #2EC3A0;
}
.BgClassName
{
background-color: #2EC3A0;
}
</style>
border-color css
<style>
span { border-color: #2EC3A0; }
span { border-color: rgb(46,195,160); }
td.TdClassName
{
border-color: #2EC3A0;
}
.TagClassName
{
border-color: #2EC3A0;
}
</style>