Shades of Shamrock #2ECFA1
Tints of Shamrock #2ECFA1
RGB
CMYK
RGB Variations
Color information
#2ECFA1 (or 0x2ECFA1) is known color: Shamrock. HEX triplet: 2E, CF and A1. RGB value is (46,207,161). Sum of RGB (Red+Green+Blue) = 46+207+161=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECFA1 is #D1305E. Grayscale: #999999. Windows color (decimal): -13709407 or 10604334. OLE color: 10604334.
HSL color Cylindrical-coordinate representation of color #2ECFA1: hue angle of 162.86º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECFA1 is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 161 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.19 |
| HSL | 162.86º | 0.64% | 0.5% | - |
| HSV(B) | 162.86º | 0.78% | 0.81% | - |
| XYZ | 29.87 | 47.78 | 41.37 | - |
| YUV | 153.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 161 | 0.78 | 0 | 0.22 | 0.19 | 162.86 | 0.64 | 0.5 |
| Hex | 2E | CF | A1 | 4E | 0 | 16 | 13 | A3 | 40 | 32 |
| Octal | 56 | 317 | 241 | 116 | 0 | 26 | 23 | 243 | 100 | 62 |
| Binary | 101110 | 11001111 | 10100001 | 1001110 | 0 | 10110 | 10011 | 10100011 | 1000000 | 110010 |
Color Harmonies of #2ECFA1
Complementary color
Monochromatic Colors of #2ECFA1
Black with #2ECFA1
Text Example
Text Example
White with #2ECFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFA1; }
p { color: rgb(46,207,161); }
H1.HeaderClassName
{
color: #2ECFA1;
}
.AnyTagClassName
{
color: #2ECFA1;
}
</style>
background-color css
<style>
a { background-color: #2ECFA1; }
a { background-color: rgb(46,207,161); }
div.DivClassName
{
background-color: #2ECFA1;
}
.BgClassName
{
background-color: #2ECFA1;
}
</style>
border-color css
<style>
span { border-color: #2ECFA1; }
span { border-color: rgb(46,207,161); }
td.TdClassName
{
border-color: #2ECFA1;
}
.TagClassName
{
border-color: #2ECFA1;
}
</style>