Shades of Shamrock #2EBB99
Tints of Shamrock #2EBB99
RGB
CMYK
RGB Variations
Color information
#2EBB99 (or 0x2EBB99) is known color: Shamrock. HEX triplet: 2E, BB and 99. RGB value is (46,187,153). Sum of RGB (Red+Green+Blue) = 46+187+153=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBB99 is #D14466. Grayscale: #8C8C8C. Windows color (decimal): -13714535 or 10074926. OLE color: 10074926.
HSL color Cylindrical-coordinate representation of color #2EBB99: hue angle of 165.53º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBB99 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 187 | 153 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.27 |
| HSL | 165.53º | 0.61% | 0.46% | - |
| HSV(B) | 165.53º | 0.75% | 0.73% | - |
| XYZ | 24.65 | 38.42 | 36.25 | - |
| YUV | 140.97 | 134.79 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 153 | 0.75 | 0 | 0.18 | 0.27 | 165.53 | 0.61 | 0.46 |
| Hex | 2E | BB | 99 | 4B | 0 | 12 | 1B | A6 | 3D | 2E |
| Octal | 56 | 273 | 231 | 113 | 0 | 22 | 33 | 246 | 75 | 56 |
| Binary | 101110 | 10111011 | 10011001 | 1001011 | 0 | 10010 | 11011 | 10100110 | 111101 | 101110 |
Color Harmonies of #2EBB99
Complementary color
Monochromatic Colors of #2EBB99
Black with #2EBB99
Text Example
Text Example
White with #2EBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBB99; }
p { color: rgb(46,187,153); }
H1.HeaderClassName
{
color: #2EBB99;
}
.AnyTagClassName
{
color: #2EBB99;
}
</style>
background-color css
<style>
a { background-color: #2EBB99; }
a { background-color: rgb(46,187,153); }
div.DivClassName
{
background-color: #2EBB99;
}
.BgClassName
{
background-color: #2EBB99;
}
</style>
border-color css
<style>
span { border-color: #2EBB99; }
span { border-color: rgb(46,187,153); }
td.TdClassName
{
border-color: #2EBB99;
}
.TagClassName
{
border-color: #2EBB99;
}
</style>