Shades of Shamrock #2EC8A3
Tints of Shamrock #2EC8A3
RGB
CMYK
RGB Variations
Color information
#2EC8A3 (or 0x2EC8A3) is known color: Shamrock. HEX triplet: 2E, C8 and A3. RGB value is (46,200,163). Sum of RGB (Red+Green+Blue) = 46+200+163=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC8A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC8A3 is #D1375C. Grayscale: #959595. Windows color (decimal): -13711197 or 10733614. OLE color: 10733614.
HSL color Cylindrical-coordinate representation of color #2EC8A3: hue angle of 165.58º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC8A3 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 163 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.22 |
| HSL | 165.58º | 0.63% | 0.48% | - |
| HSV(B) | 165.58º | 0.77% | 0.78% | - |
| XYZ | 28.39 | 44.53 | 41.75 | - |
| YUV | 149.74 | 135.48 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 163 | 0.77 | 0 | 0.18 | 0.22 | 165.58 | 0.63 | 0.48 |
| Hex | 2E | C8 | A3 | 4D | 0 | 12 | 16 | A6 | 3F | 30 |
| Octal | 56 | 310 | 243 | 115 | 0 | 22 | 26 | 246 | 77 | 60 |
| Binary | 101110 | 11001000 | 10100011 | 1001101 | 0 | 10010 | 10110 | 10100110 | 111111 | 110000 |
Color Harmonies of #2EC8A3
Complementary color
Monochromatic Colors of #2EC8A3
Black with #2EC8A3
Text Example
Text Example
White with #2EC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC8A3; }
p { color: rgb(46,200,163); }
H1.HeaderClassName
{
color: #2EC8A3;
}
.AnyTagClassName
{
color: #2EC8A3;
}
</style>
background-color css
<style>
a { background-color: #2EC8A3; }
a { background-color: rgb(46,200,163); }
div.DivClassName
{
background-color: #2EC8A3;
}
.BgClassName
{
background-color: #2EC8A3;
}
</style>
border-color css
<style>
span { border-color: #2EC8A3; }
span { border-color: rgb(46,200,163); }
td.TdClassName
{
border-color: #2EC8A3;
}
.TagClassName
{
border-color: #2EC8A3;
}
</style>