Shades of Shamrock #2ED6AD
Tints of Shamrock #2ED6AD
RGB
CMYK
RGB Variations
Color information
#2ED6AD (or 0x2ED6AD) is known color: Shamrock. HEX triplet: 2E, D6 and AD. RGB value is (46,214,173). Sum of RGB (Red+Green+Blue) = 46+214+173=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED6AD is #D12952. Grayscale: #9F9F9F. Windows color (decimal): -13707603 or 11392558. OLE color: 11392558.
HSL color Cylindrical-coordinate representation of color #2ED6AD: hue angle of 165.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED6AD is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 173 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.16 |
| HSL | 165.36º | 0.67% | 0.51% | - |
| HSV(B) | 165.36º | 0.79% | 0.84% | - |
| XYZ | 32.72 | 51.69 | 47.79 | - |
| YUV | 159.09 | 135.84 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 173 | 0.79 | 0 | 0.19 | 0.16 | 165.36 | 0.67 | 0.51 |
| Hex | 2E | D6 | AD | 4F | 0 | 13 | 10 | A5 | 43 | 33 |
| Octal | 56 | 326 | 255 | 117 | 0 | 23 | 20 | 245 | 103 | 63 |
| Binary | 101110 | 11010110 | 10101101 | 1001111 | 0 | 10011 | 10000 | 10100101 | 1000011 | 110011 |
Color Harmonies of #2ED6AD
Complementary color
Monochromatic Colors of #2ED6AD
Black with #2ED6AD
Text Example
Text Example
White with #2ED6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED6AD; }
p { color: rgb(46,214,173); }
H1.HeaderClassName
{
color: #2ED6AD;
}
.AnyTagClassName
{
color: #2ED6AD;
}
</style>
background-color css
<style>
a { background-color: #2ED6AD; }
a { background-color: rgb(46,214,173); }
div.DivClassName
{
background-color: #2ED6AD;
}
.BgClassName
{
background-color: #2ED6AD;
}
</style>
border-color css
<style>
span { border-color: #2ED6AD; }
span { border-color: rgb(46,214,173); }
td.TdClassName
{
border-color: #2ED6AD;
}
.TagClassName
{
border-color: #2ED6AD;
}
</style>