Shades of Shamrock #2EBA96
Tints of Shamrock #2EBA96
RGB
CMYK
RGB Variations
Color information
#2EBA96 (or 0x2EBA96) is known color: Shamrock. HEX triplet: 2E, BA and 96. RGB value is (46,186,150). Sum of RGB (Red+Green+Blue) = 46+186+150=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA96 is #D14569. Grayscale: #8C8C8C. Windows color (decimal): -13714794 or 9878062. OLE color: 9878062.
HSL color Cylindrical-coordinate representation of color #2EBA96: hue angle of 164.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA96 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 150 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.27 |
| HSL | 164.57º | 0.6% | 0.45% | - |
| HSV(B) | 164.57º | 0.75% | 0.73% | - |
| XYZ | 24.19 | 37.9 | 34.89 | - |
| YUV | 140.04 | 133.62 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 150 | 0.75 | 0 | 0.19 | 0.27 | 164.57 | 0.6 | 0.45 |
| Hex | 2E | BA | 96 | 4B | 0 | 13 | 1B | A5 | 3C | 2D |
| Octal | 56 | 272 | 226 | 113 | 0 | 23 | 33 | 245 | 74 | 55 |
| Binary | 101110 | 10111010 | 10010110 | 1001011 | 0 | 10011 | 11011 | 10100101 | 111100 | 101101 |
Color Harmonies of #2EBA96
Complementary color
Monochromatic Colors of #2EBA96
Black with #2EBA96
Text Example
Text Example
White with #2EBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA96; }
p { color: rgb(46,186,150); }
H1.HeaderClassName
{
color: #2EBA96;
}
.AnyTagClassName
{
color: #2EBA96;
}
</style>
background-color css
<style>
a { background-color: #2EBA96; }
a { background-color: rgb(46,186,150); }
div.DivClassName
{
background-color: #2EBA96;
}
.BgClassName
{
background-color: #2EBA96;
}
</style>
border-color css
<style>
span { border-color: #2EBA96; }
span { border-color: rgb(46,186,150); }
td.TdClassName
{
border-color: #2EBA96;
}
.TagClassName
{
border-color: #2EBA96;
}
</style>