Shades of Shamrock #2EC1A3
Tints of Shamrock #2EC1A3
RGB
CMYK
RGB Variations
Color information
#2EC1A3 (or 0x2EC1A3) is known color: Shamrock. HEX triplet: 2E, C1 and A3. RGB value is (46,193,163). Sum of RGB (Red+Green+Blue) = 46+193+163=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC1A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC1A3 is #D13E5C. Grayscale: #919191. Windows color (decimal): -13712989 or 10731822. OLE color: 10731822.
HSL color Cylindrical-coordinate representation of color #2EC1A3: hue angle of 167.76º 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 #2EC1A3 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 163 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.24 |
| HSL | 167.76º | 0.62% | 0.47% | - |
| HSV(B) | 167.76º | 0.76% | 0.76% | - |
| XYZ | 26.81 | 41.37 | 41.22 | - |
| YUV | 145.63 | 137.8 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 163 | 0.76 | 0 | 0.16 | 0.24 | 167.76 | 0.62 | 0.47 |
| Hex | 2E | C1 | A3 | 4C | 0 | 10 | 18 | A8 | 3E | 2F |
| Octal | 56 | 301 | 243 | 114 | 0 | 20 | 30 | 250 | 76 | 57 |
| Binary | 101110 | 11000001 | 10100011 | 1001100 | 0 | 10000 | 11000 | 10101000 | 111110 | 101111 |
Color Harmonies of #2EC1A3
Complementary color
Monochromatic Colors of #2EC1A3
Black with #2EC1A3
Text Example
Text Example
White with #2EC1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC1A3; }
p { color: rgb(46,193,163); }
H1.HeaderClassName
{
color: #2EC1A3;
}
.AnyTagClassName
{
color: #2EC1A3;
}
</style>
background-color css
<style>
a { background-color: #2EC1A3; }
a { background-color: rgb(46,193,163); }
div.DivClassName
{
background-color: #2EC1A3;
}
.BgClassName
{
background-color: #2EC1A3;
}
</style>
border-color css
<style>
span { border-color: #2EC1A3; }
span { border-color: rgb(46,193,163); }
td.TdClassName
{
border-color: #2EC1A3;
}
.TagClassName
{
border-color: #2EC1A3;
}
</style>