Shades of Shamrock #2EEEAA
Tints of Shamrock #2EEEAA
RGB
CMYK
RGB Variations
Color information
#2EEEAA (or 0x2EEEAA) is known color: Shamrock. HEX triplet: 2E, EE and AA. RGB value is (46,238,170). Sum of RGB (Red+Green+Blue) = 46+238+170=454 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.13% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEEAA is #D11155. Grayscale: #ACACAC. Windows color (decimal): -13701462 or 11202094. OLE color: 11202094.
HSL color Cylindrical-coordinate representation of color #2EEEAA: hue angle of 158.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEAA is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 170 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.07 |
| HSL | 158.75º | 0.85% | 0.56% | - |
| HSV(B) | 158.75º | 0.81% | 0.93% | - |
| XYZ | 38.96 | 64.63 | 48.45 | - |
| YUV | 172.84 | 126.39 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 170 | 0.81 | 0 | 0.29 | 0.07 | 158.75 | 0.85 | 0.56 |
| Hex | 2E | EE | AA | 51 | 0 | 1D | 7 | 9F | 55 | 38 |
| Octal | 56 | 356 | 252 | 121 | 0 | 35 | 7 | 237 | 125 | 70 |
| Binary | 101110 | 11101110 | 10101010 | 1010001 | 0 | 11101 | 111 | 10011111 | 1010101 | 111000 |
Color Harmonies of #2EEEAA
Complementary color
Monochromatic Colors of #2EEEAA
Black with #2EEEAA
Text Example
Text Example
White with #2EEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEAA; }
p { color: rgb(46,238,170); }
H1.HeaderClassName
{
color: #2EEEAA;
}
.AnyTagClassName
{
color: #2EEEAA;
}
</style>
background-color css
<style>
a { background-color: #2EEEAA; }
a { background-color: rgb(46,238,170); }
div.DivClassName
{
background-color: #2EEEAA;
}
.BgClassName
{
background-color: #2EEEAA;
}
</style>
border-color css
<style>
span { border-color: #2EEEAA; }
span { border-color: rgb(46,238,170); }
td.TdClassName
{
border-color: #2EEEAA;
}
.TagClassName
{
border-color: #2EEEAA;
}
</style>