Shades of Shamrock #2EEBAA
Tints of Shamrock #2EEBAA
RGB
CMYK
RGB Variations
Color information
#2EEBAA (or 0x2EEBAA) is known color: Shamrock. HEX triplet: 2E, EB and AA. RGB value is (46,235,170). Sum of RGB (Red+Green+Blue) = 46+235+170=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEBAA is #D11455. Grayscale: #ABABAB. Windows color (decimal): -13702230 or 11201326. OLE color: 11201326.
HSL color Cylindrical-coordinate representation of color #2EEBAA: hue angle of 159.37º 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 #2EEBAA is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 170 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.08 |
| HSL | 159.37º | 0.83% | 0.55% | - |
| HSV(B) | 159.37º | 0.8% | 0.92% | - |
| XYZ | 38.09 | 62.9 | 48.16 | - |
| YUV | 171.08 | 127.38 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 170 | 0.80 | 0 | 0.28 | 0.08 | 159.37 | 0.83 | 0.55 |
| Hex | 2E | EB | AA | 50 | 0 | 1C | 8 | 9F | 53 | 37 |
| Octal | 56 | 353 | 252 | 120 | 0 | 34 | 10 | 237 | 123 | 67 |
| Binary | 101110 | 11101011 | 10101010 | 1010000 | 0 | 11100 | 1000 | 10011111 | 1010011 | 110111 |
Color Harmonies of #2EEBAA
Complementary color
Monochromatic Colors of #2EEBAA
Black with #2EEBAA
Text Example
Text Example
White with #2EEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBAA; }
p { color: rgb(46,235,170); }
H1.HeaderClassName
{
color: #2EEBAA;
}
.AnyTagClassName
{
color: #2EEBAA;
}
</style>
background-color css
<style>
a { background-color: #2EEBAA; }
a { background-color: rgb(46,235,170); }
div.DivClassName
{
background-color: #2EEBAA;
}
.BgClassName
{
background-color: #2EEBAA;
}
</style>
border-color css
<style>
span { border-color: #2EEBAA; }
span { border-color: rgb(46,235,170); }
td.TdClassName
{
border-color: #2EEBAA;
}
.TagClassName
{
border-color: #2EEBAA;
}
</style>