Shades of Shamrock #2EE6AA
Tints of Shamrock #2EE6AA
RGB
CMYK
RGB Variations
Color information
#2EE6AA (or 0x2EE6AA) is known color: Shamrock. HEX triplet: 2E, E6 and AA. RGB value is (46,230,170). Sum of RGB (Red+Green+Blue) = 46+230+170=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 230 (90.23% from 255 or 51.57% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE6AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE6AA is #D11955. Grayscale: #A8A8A8. Windows color (decimal): -13703510 or 11200046. OLE color: 11200046.
HSL color Cylindrical-coordinate representation of color #2EE6AA: hue angle of 160.43º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE6AA is Cyan = 0.8, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 170 | - |
| CMYK | 0.8 | 0 | 0.26 | 0.10 |
| HSL | 160.43º | 0.79% | 0.54% | - |
| HSV(B) | 160.43º | 0.8% | 0.9% | - |
| XYZ | 36.68 | 60.08 | 47.69 | - |
| YUV | 168.14 | 129.04 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 170 | 0.8 | 0 | 0.26 | 0.10 | 160.43 | 0.79 | 0.54 |
| Hex | 2E | E6 | AA | 50 | 0 | 1A | A | A0 | 4F | 36 |
| Octal | 56 | 346 | 252 | 120 | 0 | 32 | 12 | 240 | 117 | 66 |
| Binary | 101110 | 11100110 | 10101010 | 1010000 | 0 | 11010 | 1010 | 10100000 | 1001111 | 110110 |
Color Harmonies of #2EE6AA
Complementary color
Monochromatic Colors of #2EE6AA
Black with #2EE6AA
Text Example
Text Example
White with #2EE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE6AA; }
p { color: rgb(46,230,170); }
H1.HeaderClassName
{
color: #2EE6AA;
}
.AnyTagClassName
{
color: #2EE6AA;
}
</style>
background-color css
<style>
a { background-color: #2EE6AA; }
a { background-color: rgb(46,230,170); }
div.DivClassName
{
background-color: #2EE6AA;
}
.BgClassName
{
background-color: #2EE6AA;
}
</style>
border-color css
<style>
span { border-color: #2EE6AA; }
span { border-color: rgb(46,230,170); }
td.TdClassName
{
border-color: #2EE6AA;
}
.TagClassName
{
border-color: #2EE6AA;
}
</style>