Shades of Shamrock #2EBE9E
Tints of Shamrock #2EBE9E
RGB
CMYK
RGB Variations
Color information
#2EBE9E (or 0x2EBE9E) is known color: Shamrock. HEX triplet: 2E, BE and 9E. RGB value is (46,190,158). Sum of RGB (Red+Green+Blue) = 46+190+158=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE9E is #D14161. Grayscale: #8F8F8F. Windows color (decimal): -13713762 or 10403374. OLE color: 10403374.
HSL color Cylindrical-coordinate representation of color #2EBE9E: hue angle of 166.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE9E is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 158 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.25 |
| HSL | 166.67º | 0.61% | 0.46% | - |
| HSV(B) | 166.67º | 0.76% | 0.75% | - |
| XYZ | 25.71 | 39.88 | 38.69 | - |
| YUV | 143.3 | 136.29 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 158 | 0.76 | 0 | 0.17 | 0.25 | 166.67 | 0.61 | 0.46 |
| Hex | 2E | BE | 9E | 4C | 0 | 11 | 19 | A7 | 3D | 2E |
| Octal | 56 | 276 | 236 | 114 | 0 | 21 | 31 | 247 | 75 | 56 |
| Binary | 101110 | 10111110 | 10011110 | 1001100 | 0 | 10001 | 11001 | 10100111 | 111101 | 101110 |
Color Harmonies of #2EBE9E
Complementary color
Monochromatic Colors of #2EBE9E
Black with #2EBE9E
Text Example
Text Example
White with #2EBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE9E; }
p { color: rgb(46,190,158); }
H1.HeaderClassName
{
color: #2EBE9E;
}
.AnyTagClassName
{
color: #2EBE9E;
}
</style>
background-color css
<style>
a { background-color: #2EBE9E; }
a { background-color: rgb(46,190,158); }
div.DivClassName
{
background-color: #2EBE9E;
}
.BgClassName
{
background-color: #2EBE9E;
}
</style>
border-color css
<style>
span { border-color: #2EBE9E; }
span { border-color: rgb(46,190,158); }
td.TdClassName
{
border-color: #2EBE9E;
}
.TagClassName
{
border-color: #2EBE9E;
}
</style>