Shades of Shamrock #2ECAA5
Tints of Shamrock #2ECAA5
RGB
CMYK
RGB Variations
Color information
#2ECAA5 (or 0x2ECAA5) is known color: Shamrock. HEX triplet: 2E, CA and A5. RGB value is (46,202,165). Sum of RGB (Red+Green+Blue) = 46+202+165=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECAA5 is #D1355A. Grayscale: #979797. Windows color (decimal): -13710683 or 10865198. OLE color: 10865198.
HSL color Cylindrical-coordinate representation of color #2ECAA5: hue angle of 165.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECAA5 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 165 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.21 |
| HSL | 165.77º | 0.63% | 0.49% | - |
| HSV(B) | 165.77º | 0.77% | 0.79% | - |
| XYZ | 29.04 | 45.54 | 42.86 | - |
| YUV | 151.14 | 135.82 | 53.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 165 | 0.77 | 0 | 0.18 | 0.21 | 165.77 | 0.63 | 0.49 |
| Hex | 2E | CA | A5 | 4D | 0 | 12 | 15 | A6 | 3F | 31 |
| Octal | 56 | 312 | 245 | 115 | 0 | 22 | 25 | 246 | 77 | 61 |
| Binary | 101110 | 11001010 | 10100101 | 1001101 | 0 | 10010 | 10101 | 10100110 | 111111 | 110001 |
Color Harmonies of #2ECAA5
Complementary color
Monochromatic Colors of #2ECAA5
Black with #2ECAA5
Text Example
Text Example
White with #2ECAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAA5; }
p { color: rgb(46,202,165); }
H1.HeaderClassName
{
color: #2ECAA5;
}
.AnyTagClassName
{
color: #2ECAA5;
}
</style>
background-color css
<style>
a { background-color: #2ECAA5; }
a { background-color: rgb(46,202,165); }
div.DivClassName
{
background-color: #2ECAA5;
}
.BgClassName
{
background-color: #2ECAA5;
}
</style>
border-color css
<style>
span { border-color: #2ECAA5; }
span { border-color: rgb(46,202,165); }
td.TdClassName
{
border-color: #2ECAA5;
}
.TagClassName
{
border-color: #2ECAA5;
}
</style>