Shades of Shamrock #2EECAC
Tints of Shamrock #2EECAC
RGB
CMYK
RGB Variations
Color information
#2EECAC (or 0x2EECAC) is known color: Shamrock. HEX triplet: 2E, EC and AC. RGB value is (46,236,172). Sum of RGB (Red+Green+Blue) = 46+236+172=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EECAC is #D11353. Grayscale: #ABABAB. Windows color (decimal): -13701972 or 11332654. OLE color: 11332654.
HSL color Cylindrical-coordinate representation of color #2EECAC: hue angle of 159.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECAC is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 172 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.07 |
| HSL | 159.79º | 0.83% | 0.55% | - |
| HSV(B) | 159.79º | 0.81% | 0.93% | - |
| XYZ | 38.57 | 63.55 | 49.26 | - |
| YUV | 171.89 | 128.05 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 172 | 0.81 | 0 | 0.27 | 0.07 | 159.79 | 0.83 | 0.55 |
| Hex | 2E | EC | AC | 51 | 0 | 1B | 7 | A0 | 53 | 37 |
| Octal | 56 | 354 | 254 | 121 | 0 | 33 | 7 | 240 | 123 | 67 |
| Binary | 101110 | 11101100 | 10101100 | 1010001 | 0 | 11011 | 111 | 10100000 | 1010011 | 110111 |
Color Harmonies of #2EECAC
Complementary color
Monochromatic Colors of #2EECAC
Black with #2EECAC
Text Example
Text Example
White with #2EECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECAC; }
p { color: rgb(46,236,172); }
H1.HeaderClassName
{
color: #2EECAC;
}
.AnyTagClassName
{
color: #2EECAC;
}
</style>
background-color css
<style>
a { background-color: #2EECAC; }
a { background-color: rgb(46,236,172); }
div.DivClassName
{
background-color: #2EECAC;
}
.BgClassName
{
background-color: #2EECAC;
}
</style>
border-color css
<style>
span { border-color: #2EECAC; }
span { border-color: rgb(46,236,172); }
td.TdClassName
{
border-color: #2EECAC;
}
.TagClassName
{
border-color: #2EECAC;
}
</style>