Shades of Shamrock #2EC0A3
Tints of Shamrock #2EC0A3
RGB
CMYK
RGB Variations
Color information
#2EC0A3 (or 0x2EC0A3) is known color: Shamrock. HEX triplet: 2E, C0 and A3. RGB value is (46,192,163). Sum of RGB (Red+Green+Blue) = 46+192+163=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC0A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC0A3 is #D13F5C. Grayscale: #919191. Windows color (decimal): -13713245 or 10731566. OLE color: 10731566.
HSL color Cylindrical-coordinate representation of color #2EC0A3: hue angle of 168.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC0A3 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 163 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.25 |
| HSL | 168.08º | 0.61% | 0.47% | - |
| HSV(B) | 168.08º | 0.76% | 0.75% | - |
| XYZ | 26.59 | 40.92 | 41.15 | - |
| YUV | 145.04 | 138.13 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 163 | 0.76 | 0 | 0.15 | 0.25 | 168.08 | 0.61 | 0.47 |
| Hex | 2E | C0 | A3 | 4C | 0 | F | 19 | A8 | 3D | 2F |
| Octal | 56 | 300 | 243 | 114 | 0 | 17 | 31 | 250 | 75 | 57 |
| Binary | 101110 | 11000000 | 10100011 | 1001100 | 0 | 1111 | 11001 | 10101000 | 111101 | 101111 |
Color Harmonies of #2EC0A3
Complementary color
Monochromatic Colors of #2EC0A3
Black with #2EC0A3
Text Example
Text Example
White with #2EC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC0A3; }
p { color: rgb(46,192,163); }
H1.HeaderClassName
{
color: #2EC0A3;
}
.AnyTagClassName
{
color: #2EC0A3;
}
</style>
background-color css
<style>
a { background-color: #2EC0A3; }
a { background-color: rgb(46,192,163); }
div.DivClassName
{
background-color: #2EC0A3;
}
.BgClassName
{
background-color: #2EC0A3;
}
</style>
border-color css
<style>
span { border-color: #2EC0A3; }
span { border-color: rgb(46,192,163); }
td.TdClassName
{
border-color: #2EC0A3;
}
.TagClassName
{
border-color: #2EC0A3;
}
</style>