Shades of Shamrock #2EEDAD
Tints of Shamrock #2EEDAD
RGB
CMYK
RGB Variations
Color information
#2EEDAD (or 0x2EEDAD) is known color: Shamrock. HEX triplet: 2E, ED and AD. RGB value is (46,237,173). Sum of RGB (Red+Green+Blue) = 46+237+173=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEDAD is #D11252. Grayscale: #ACACAC. Windows color (decimal): -13701715 or 11398446. OLE color: 11398446.
HSL color Cylindrical-coordinate representation of color #2EEDAD: hue angle of 159.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDAD is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 173 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.07 |
| HSL | 159.9º | 0.84% | 0.55% | - |
| HSV(B) | 159.9º | 0.81% | 0.93% | - |
| XYZ | 38.95 | 64.17 | 49.87 | - |
| YUV | 172.6 | 128.22 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 173 | 0.81 | 0 | 0.27 | 0.07 | 159.9 | 0.84 | 0.55 |
| Hex | 2E | ED | AD | 51 | 0 | 1B | 7 | A0 | 54 | 37 |
| Octal | 56 | 355 | 255 | 121 | 0 | 33 | 7 | 240 | 124 | 67 |
| Binary | 101110 | 11101101 | 10101101 | 1010001 | 0 | 11011 | 111 | 10100000 | 1010100 | 110111 |
Color Harmonies of #2EEDAD
Complementary color
Monochromatic Colors of #2EEDAD
Black with #2EEDAD
Text Example
Text Example
White with #2EEDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDAD; }
p { color: rgb(46,237,173); }
H1.HeaderClassName
{
color: #2EEDAD;
}
.AnyTagClassName
{
color: #2EEDAD;
}
</style>
background-color css
<style>
a { background-color: #2EEDAD; }
a { background-color: rgb(46,237,173); }
div.DivClassName
{
background-color: #2EEDAD;
}
.BgClassName
{
background-color: #2EEDAD;
}
</style>
border-color css
<style>
span { border-color: #2EEDAD; }
span { border-color: rgb(46,237,173); }
td.TdClassName
{
border-color: #2EEDAD;
}
.TagClassName
{
border-color: #2EEDAD;
}
</style>