Shades of Shamrock #2EBA9B
Tints of Shamrock #2EBA9B
RGB
CMYK
RGB Variations
Color information
#2EBA9B (or 0x2EBA9B) is known color: Shamrock. HEX triplet: 2E, BA and 9B. RGB value is (46,186,155). Sum of RGB (Red+Green+Blue) = 46+186+155=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBA9B is #D14564. Grayscale: #8C8C8C. Windows color (decimal): -13714789 or 10205742. OLE color: 10205742.
HSL color Cylindrical-coordinate representation of color #2EBA9B: hue angle of 166.71º 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 #2EBA9B is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 155 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.27 |
| HSL | 166.71º | 0.6% | 0.45% | - |
| HSV(B) | 166.71º | 0.75% | 0.73% | - |
| XYZ | 24.6 | 38.07 | 37.06 | - |
| YUV | 140.61 | 136.12 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 155 | 0.75 | 0 | 0.17 | 0.27 | 166.71 | 0.6 | 0.45 |
| Hex | 2E | BA | 9B | 4B | 0 | 11 | 1B | A7 | 3C | 2D |
| Octal | 56 | 272 | 233 | 113 | 0 | 21 | 33 | 247 | 74 | 55 |
| Binary | 101110 | 10111010 | 10011011 | 1001011 | 0 | 10001 | 11011 | 10100111 | 111100 | 101101 |
Color Harmonies of #2EBA9B
Complementary color
Monochromatic Colors of #2EBA9B
Black with #2EBA9B
Text Example
Text Example
White with #2EBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA9B; }
p { color: rgb(46,186,155); }
H1.HeaderClassName
{
color: #2EBA9B;
}
.AnyTagClassName
{
color: #2EBA9B;
}
</style>
background-color css
<style>
a { background-color: #2EBA9B; }
a { background-color: rgb(46,186,155); }
div.DivClassName
{
background-color: #2EBA9B;
}
.BgClassName
{
background-color: #2EBA9B;
}
</style>
border-color css
<style>
span { border-color: #2EBA9B; }
span { border-color: rgb(46,186,155); }
td.TdClassName
{
border-color: #2EBA9B;
}
.TagClassName
{
border-color: #2EBA9B;
}
</style>