Shades of Shamrock #2EEBA6
Tints of Shamrock #2EEBA6
RGB
CMYK
RGB Variations
Color information
#2EEBA6 (or 0x2EEBA6) is known color: Shamrock. HEX triplet: 2E, EB and A6. RGB value is (46,235,166). Sum of RGB (Red+Green+Blue) = 46+235+166=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 235 (92.19% from 255 or 52.57% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEBA6 is #D11459. Grayscale: #AAAAAA. Windows color (decimal): -13702234 or 10939182. OLE color: 10939182.
HSL color Cylindrical-coordinate representation of color #2EEBA6: hue angle of 158.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBA6 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 166 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.08 |
| HSL | 158.1º | 0.83% | 0.55% | - |
| HSV(B) | 158.1º | 0.8% | 0.92% | - |
| XYZ | 37.72 | 62.75 | 46.2 | - |
| YUV | 170.62 | 125.38 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 166 | 0.80 | 0 | 0.29 | 0.08 | 158.1 | 0.83 | 0.55 |
| Hex | 2E | EB | A6 | 50 | 0 | 1D | 8 | 9E | 53 | 37 |
| Octal | 56 | 353 | 246 | 120 | 0 | 35 | 10 | 236 | 123 | 67 |
| Binary | 101110 | 11101011 | 10100110 | 1010000 | 0 | 11101 | 1000 | 10011110 | 1010011 | 110111 |
Color Harmonies of #2EEBA6
Complementary color
Monochromatic Colors of #2EEBA6
Black with #2EEBA6
Text Example
Text Example
White with #2EEBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBA6; }
p { color: rgb(46,235,166); }
H1.HeaderClassName
{
color: #2EEBA6;
}
.AnyTagClassName
{
color: #2EEBA6;
}
</style>
background-color css
<style>
a { background-color: #2EEBA6; }
a { background-color: rgb(46,235,166); }
div.DivClassName
{
background-color: #2EEBA6;
}
.BgClassName
{
background-color: #2EEBA6;
}
</style>
border-color css
<style>
span { border-color: #2EEBA6; }
span { border-color: rgb(46,235,166); }
td.TdClassName
{
border-color: #2EEBA6;
}
.TagClassName
{
border-color: #2EEBA6;
}
</style>