Shades of Shamrock #2ED6A8
Tints of Shamrock #2ED6A8
RGB
CMYK
RGB Variations
Color information
#2ED6A8 (or 0x2ED6A8) is known color: Shamrock. HEX triplet: 2E, D6 and A8. RGB value is (46,214,168). Sum of RGB (Red+Green+Blue) = 46+214+168=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED6A8 is #D12957. Grayscale: #9E9E9E. Windows color (decimal): -13707608 or 11064878. OLE color: 11064878.
HSL color Cylindrical-coordinate representation of color #2ED6A8: hue angle of 163.57º 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 #2ED6A8 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 168 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.16 |
| HSL | 163.57º | 0.67% | 0.51% | - |
| HSV(B) | 163.57º | 0.79% | 0.84% | - |
| XYZ | 32.24 | 51.5 | 45.29 | - |
| YUV | 158.52 | 133.34 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 168 | 0.79 | 0 | 0.21 | 0.16 | 163.57 | 0.67 | 0.51 |
| Hex | 2E | D6 | A8 | 4F | 0 | 15 | 10 | A4 | 43 | 33 |
| Octal | 56 | 326 | 250 | 117 | 0 | 25 | 20 | 244 | 103 | 63 |
| Binary | 101110 | 11010110 | 10101000 | 1001111 | 0 | 10101 | 10000 | 10100100 | 1000011 | 110011 |
Color Harmonies of #2ED6A8
Complementary color
Monochromatic Colors of #2ED6A8
Black with #2ED6A8
Text Example
Text Example
White with #2ED6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED6A8; }
p { color: rgb(46,214,168); }
H1.HeaderClassName
{
color: #2ED6A8;
}
.AnyTagClassName
{
color: #2ED6A8;
}
</style>
background-color css
<style>
a { background-color: #2ED6A8; }
a { background-color: rgb(46,214,168); }
div.DivClassName
{
background-color: #2ED6A8;
}
.BgClassName
{
background-color: #2ED6A8;
}
</style>
border-color css
<style>
span { border-color: #2ED6A8; }
span { border-color: rgb(46,214,168); }
td.TdClassName
{
border-color: #2ED6A8;
}
.TagClassName
{
border-color: #2ED6A8;
}
</style>