Shades of Shamrock #2EC8AD
Tints of Shamrock #2EC8AD
RGB
CMYK
RGB Variations
Color information
#2EC8AD (or 0x2EC8AD) is known color: Shamrock. HEX triplet: 2E, C8 and AD. RGB value is (46,200,173). Sum of RGB (Red+Green+Blue) = 46+200+173=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC8AD is #D13752. Grayscale: #969696. Windows color (decimal): -13711187 or 11388974. OLE color: 11388974.
HSL color Cylindrical-coordinate representation of color #2EC8AD: hue angle of 169.48º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC8AD is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 173 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.22 |
| HSL | 169.48º | 0.63% | 0.48% | - |
| HSV(B) | 169.48º | 0.77% | 0.78% | - |
| XYZ | 29.32 | 44.91 | 46.66 | - |
| YUV | 150.88 | 140.48 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 173 | 0.77 | 0 | 0.14 | 0.22 | 169.48 | 0.63 | 0.48 |
| Hex | 2E | C8 | AD | 4D | 0 | E | 16 | A9 | 3F | 30 |
| Octal | 56 | 310 | 255 | 115 | 0 | 16 | 26 | 251 | 77 | 60 |
| Binary | 101110 | 11001000 | 10101101 | 1001101 | 0 | 1110 | 10110 | 10101001 | 111111 | 110000 |
Color Harmonies of #2EC8AD
Complementary color
Monochromatic Colors of #2EC8AD
Black with #2EC8AD
Text Example
Text Example
White with #2EC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC8AD; }
p { color: rgb(46,200,173); }
H1.HeaderClassName
{
color: #2EC8AD;
}
.AnyTagClassName
{
color: #2EC8AD;
}
</style>
background-color css
<style>
a { background-color: #2EC8AD; }
a { background-color: rgb(46,200,173); }
div.DivClassName
{
background-color: #2EC8AD;
}
.BgClassName
{
background-color: #2EC8AD;
}
</style>
border-color css
<style>
span { border-color: #2EC8AD; }
span { border-color: rgb(46,200,173); }
td.TdClassName
{
border-color: #2EC8AD;
}
.TagClassName
{
border-color: #2EC8AD;
}
</style>