Shades of Shamrock #2EBDA0
Tints of Shamrock #2EBDA0
RGB
CMYK
RGB Variations
Color information
#2EBDA0 (or 0x2EBDA0) is known color: Shamrock. HEX triplet: 2E, BD and A0. RGB value is (46,189,160). Sum of RGB (Red+Green+Blue) = 46+189+160=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBDA0 is #D1425F. Grayscale: #8E8E8E. Windows color (decimal): -13714016 or 10534190. OLE color: 10534190.
HSL color Cylindrical-coordinate representation of color #2EBDA0: hue angle of 167.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBDA0 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 160 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.26 |
| HSL | 167.83º | 0.61% | 0.46% | - |
| HSV(B) | 167.83º | 0.76% | 0.74% | - |
| XYZ | 25.67 | 39.51 | 39.53 | - |
| YUV | 142.94 | 137.62 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 160 | 0.76 | 0 | 0.15 | 0.26 | 167.83 | 0.61 | 0.46 |
| Hex | 2E | BD | A0 | 4C | 0 | F | 1A | A8 | 3D | 2E |
| Octal | 56 | 275 | 240 | 114 | 0 | 17 | 32 | 250 | 75 | 56 |
| Binary | 101110 | 10111101 | 10100000 | 1001100 | 0 | 1111 | 11010 | 10101000 | 111101 | 101110 |
Color Harmonies of #2EBDA0
Complementary color
Monochromatic Colors of #2EBDA0
Black with #2EBDA0
Text Example
Text Example
White with #2EBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBDA0; }
p { color: rgb(46,189,160); }
H1.HeaderClassName
{
color: #2EBDA0;
}
.AnyTagClassName
{
color: #2EBDA0;
}
</style>
background-color css
<style>
a { background-color: #2EBDA0; }
a { background-color: rgb(46,189,160); }
div.DivClassName
{
background-color: #2EBDA0;
}
.BgClassName
{
background-color: #2EBDA0;
}
</style>
border-color css
<style>
span { border-color: #2EBDA0; }
span { border-color: rgb(46,189,160); }
td.TdClassName
{
border-color: #2EBDA0;
}
.TagClassName
{
border-color: #2EBDA0;
}
</style>