Shades of Shamrock #2EE8AB
Tints of Shamrock #2EE8AB
RGB
CMYK
RGB Variations
Color information
#2EE8AB (or 0x2EE8AB) is known color: Shamrock. HEX triplet: 2E, E8 and AB. RGB value is (46,232,171). Sum of RGB (Red+Green+Blue) = 46+232+171=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 232 (91.02% from 255 or 51.67% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE8AB is #D11754. Grayscale: #A9A9A9. Windows color (decimal): -13702997 or 11266094. OLE color: 11266094.
HSL color Cylindrical-coordinate representation of color #2EE8AB: hue angle of 160.32º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE8AB is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 171 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.09 |
| HSL | 160.32º | 0.8% | 0.55% | - |
| HSV(B) | 160.32º | 0.8% | 0.91% | - |
| XYZ | 37.33 | 61.23 | 48.38 | - |
| YUV | 169.43 | 128.88 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 171 | 0.80 | 0 | 0.26 | 0.09 | 160.32 | 0.8 | 0.55 |
| Hex | 2E | E8 | AB | 50 | 0 | 1A | 9 | A0 | 50 | 37 |
| Octal | 56 | 350 | 253 | 120 | 0 | 32 | 11 | 240 | 120 | 67 |
| Binary | 101110 | 11101000 | 10101011 | 1010000 | 0 | 11010 | 1001 | 10100000 | 1010000 | 110111 |
Color Harmonies of #2EE8AB
Complementary color
Monochromatic Colors of #2EE8AB
Black with #2EE8AB
Text Example
Text Example
White with #2EE8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8AB; }
p { color: rgb(46,232,171); }
H1.HeaderClassName
{
color: #2EE8AB;
}
.AnyTagClassName
{
color: #2EE8AB;
}
</style>
background-color css
<style>
a { background-color: #2EE8AB; }
a { background-color: rgb(46,232,171); }
div.DivClassName
{
background-color: #2EE8AB;
}
.BgClassName
{
background-color: #2EE8AB;
}
</style>
border-color css
<style>
span { border-color: #2EE8AB; }
span { border-color: rgb(46,232,171); }
td.TdClassName
{
border-color: #2EE8AB;
}
.TagClassName
{
border-color: #2EE8AB;
}
</style>