Shades of Shamrock #2EDEAB
Tints of Shamrock #2EDEAB
RGB
CMYK
RGB Variations
Color information
#2EDEAB (or 0x2EDEAB) is known color: Shamrock. HEX triplet: 2E, DE and AB. RGB value is (46,222,171). Sum of RGB (Red+Green+Blue) = 46+222+171=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDEAB is #D12154. Grayscale: #A3A3A3. Windows color (decimal): -13705557 or 11263534. OLE color: 11263534.
HSL color Cylindrical-coordinate representation of color #2EDEAB: hue angle of 162.61º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDEAB is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 171 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.13 |
| HSL | 162.61º | 0.73% | 0.53% | - |
| HSV(B) | 162.61º | 0.79% | 0.87% | - |
| XYZ | 34.6 | 55.76 | 47.47 | - |
| YUV | 163.56 | 132.19 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 171 | 0.79 | 0 | 0.23 | 0.13 | 162.61 | 0.73 | 0.53 |
| Hex | 2E | DE | AB | 4F | 0 | 17 | D | A3 | 49 | 35 |
| Octal | 56 | 336 | 253 | 117 | 0 | 27 | 15 | 243 | 111 | 65 |
| Binary | 101110 | 11011110 | 10101011 | 1001111 | 0 | 10111 | 1101 | 10100011 | 1001001 | 110101 |
Color Harmonies of #2EDEAB
Complementary color
Monochromatic Colors of #2EDEAB
Black with #2EDEAB
Text Example
Text Example
White with #2EDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEAB; }
p { color: rgb(46,222,171); }
H1.HeaderClassName
{
color: #2EDEAB;
}
.AnyTagClassName
{
color: #2EDEAB;
}
</style>
background-color css
<style>
a { background-color: #2EDEAB; }
a { background-color: rgb(46,222,171); }
div.DivClassName
{
background-color: #2EDEAB;
}
.BgClassName
{
background-color: #2EDEAB;
}
</style>
border-color css
<style>
span { border-color: #2EDEAB; }
span { border-color: rgb(46,222,171); }
td.TdClassName
{
border-color: #2EDEAB;
}
.TagClassName
{
border-color: #2EDEAB;
}
</style>