Shades of Shamrock #2ED9AB
Tints of Shamrock #2ED9AB
RGB
CMYK
RGB Variations
Color information
#2ED9AB (or 0x2ED9AB) is known color: Shamrock. HEX triplet: 2E, D9 and AB. RGB value is (46,217,171). Sum of RGB (Red+Green+Blue) = 46+217+171=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED9AB is #D12654. Grayscale: #A0A0A0. Windows color (decimal): -13706837 or 11262254. OLE color: 11262254.
HSL color Cylindrical-coordinate representation of color #2ED9AB: hue angle of 163.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED9AB is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 171 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.15 |
| HSL | 163.86º | 0.69% | 0.52% | - |
| HSV(B) | 163.86º | 0.79% | 0.85% | - |
| XYZ | 33.29 | 53.15 | 47.03 | - |
| YUV | 160.63 | 133.85 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 171 | 0.79 | 0 | 0.21 | 0.15 | 163.86 | 0.69 | 0.52 |
| Hex | 2E | D9 | AB | 4F | 0 | 15 | F | A4 | 45 | 34 |
| Octal | 56 | 331 | 253 | 117 | 0 | 25 | 17 | 244 | 105 | 64 |
| Binary | 101110 | 11011001 | 10101011 | 1001111 | 0 | 10101 | 1111 | 10100100 | 1000101 | 110100 |
Color Harmonies of #2ED9AB
Complementary color
Monochromatic Colors of #2ED9AB
Black with #2ED9AB
Text Example
Text Example
White with #2ED9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED9AB; }
p { color: rgb(46,217,171); }
H1.HeaderClassName
{
color: #2ED9AB;
}
.AnyTagClassName
{
color: #2ED9AB;
}
</style>
background-color css
<style>
a { background-color: #2ED9AB; }
a { background-color: rgb(46,217,171); }
div.DivClassName
{
background-color: #2ED9AB;
}
.BgClassName
{
background-color: #2ED9AB;
}
</style>
border-color css
<style>
span { border-color: #2ED9AB; }
span { border-color: rgb(46,217,171); }
td.TdClassName
{
border-color: #2ED9AB;
}
.TagClassName
{
border-color: #2ED9AB;
}
</style>