Shades of Shamrock #2EEBAE
Tints of Shamrock #2EEBAE
RGB
CMYK
RGB Variations
Color information
#2EEBAE (or 0x2EEBAE) is known color: Shamrock. HEX triplet: 2E, EB and AE. RGB value is (46,235,174). Sum of RGB (Red+Green+Blue) = 46+235+174=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEBAE is #D11451. Grayscale: #ABABAB. Windows color (decimal): -13702226 or 11463470. OLE color: 11463470.
HSL color Cylindrical-coordinate representation of color #2EEBAE: hue angle of 160.63º 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 #2EEBAE is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 174 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.08 |
| HSL | 160.63º | 0.83% | 0.55% | - |
| HSV(B) | 160.63º | 0.8% | 0.92% | - |
| XYZ | 38.48 | 63.05 | 50.19 | - |
| YUV | 171.54 | 129.38 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 174 | 0.80 | 0 | 0.26 | 0.08 | 160.63 | 0.83 | 0.55 |
| Hex | 2E | EB | AE | 50 | 0 | 1A | 8 | A1 | 53 | 37 |
| Octal | 56 | 353 | 256 | 120 | 0 | 32 | 10 | 241 | 123 | 67 |
| Binary | 101110 | 11101011 | 10101110 | 1010000 | 0 | 11010 | 1000 | 10100001 | 1010011 | 110111 |
Color Harmonies of #2EEBAE
Complementary color
Monochromatic Colors of #2EEBAE
Black with #2EEBAE
Text Example
Text Example
White with #2EEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBAE; }
p { color: rgb(46,235,174); }
H1.HeaderClassName
{
color: #2EEBAE;
}
.AnyTagClassName
{
color: #2EEBAE;
}
</style>
background-color css
<style>
a { background-color: #2EEBAE; }
a { background-color: rgb(46,235,174); }
div.DivClassName
{
background-color: #2EEBAE;
}
.BgClassName
{
background-color: #2EEBAE;
}
</style>
border-color css
<style>
span { border-color: #2EEBAE; }
span { border-color: rgb(46,235,174); }
td.TdClassName
{
border-color: #2EEBAE;
}
.TagClassName
{
border-color: #2EEBAE;
}
</style>