Shades of Shamrock #2EBA97
Tints of Shamrock #2EBA97
RGB
CMYK
RGB Variations
Color information
#2EBA97 (or 0x2EBA97) is known color: Shamrock. HEX triplet: 2E, BA and 97. RGB value is (46,186,151). Sum of RGB (Red+Green+Blue) = 46+186+151=383 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.01% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA97 is #D14568. Grayscale: #8C8C8C. Windows color (decimal): -13714793 or 9943598. OLE color: 9943598.
HSL color Cylindrical-coordinate representation of color #2EBA97: hue angle of 165º 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 #2EBA97 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 151 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.27 |
| HSL | 165º | 0.6% | 0.45% | - |
| HSV(B) | 165º | 0.75% | 0.73% | - |
| XYZ | 24.27 | 37.93 | 35.32 | - |
| YUV | 140.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 151 | 0.75 | 0 | 0.19 | 0.27 | 165 | 0.6 | 0.45 |
| Hex | 2E | BA | 97 | 4B | 0 | 13 | 1B | A5 | 3C | 2D |
| Octal | 56 | 272 | 227 | 113 | 0 | 23 | 33 | 245 | 74 | 55 |
| Binary | 101110 | 10111010 | 10010111 | 1001011 | 0 | 10011 | 11011 | 10100101 | 111100 | 101101 |
Color Harmonies of #2EBA97
Complementary color
Monochromatic Colors of #2EBA97
Black with #2EBA97
Text Example
Text Example
White with #2EBA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA97; }
p { color: rgb(46,186,151); }
H1.HeaderClassName
{
color: #2EBA97;
}
.AnyTagClassName
{
color: #2EBA97;
}
</style>
background-color css
<style>
a { background-color: #2EBA97; }
a { background-color: rgb(46,186,151); }
div.DivClassName
{
background-color: #2EBA97;
}
.BgClassName
{
background-color: #2EBA97;
}
</style>
border-color css
<style>
span { border-color: #2EBA97; }
span { border-color: rgb(46,186,151); }
td.TdClassName
{
border-color: #2EBA97;
}
.TagClassName
{
border-color: #2EBA97;
}
</style>