Shades of Shamrock #2EBC9C
Tints of Shamrock #2EBC9C
RGB
CMYK
RGB Variations
Color information
#2EBC9C (or 0x2EBC9C) is known color: Shamrock. HEX triplet: 2E, BC and 9C. RGB value is (46,188,156). Sum of RGB (Red+Green+Blue) = 46+188+156=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC9C is #D14363. Grayscale: #8D8D8D. Windows color (decimal): -13714276 or 10271790. OLE color: 10271790.
HSL color Cylindrical-coordinate representation of color #2EBC9C: hue angle of 166.48º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC9C is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 156 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.26 |
| HSL | 166.48º | 0.61% | 0.46% | - |
| HSV(B) | 166.48º | 0.76% | 0.74% | - |
| XYZ | 25.11 | 38.95 | 37.65 | - |
| YUV | 141.89 | 135.96 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 156 | 0.76 | 0 | 0.17 | 0.26 | 166.48 | 0.61 | 0.46 |
| Hex | 2E | BC | 9C | 4C | 0 | 11 | 1A | A6 | 3D | 2E |
| Octal | 56 | 274 | 234 | 114 | 0 | 21 | 32 | 246 | 75 | 56 |
| Binary | 101110 | 10111100 | 10011100 | 1001100 | 0 | 10001 | 11010 | 10100110 | 111101 | 101110 |
Color Harmonies of #2EBC9C
Complementary color
Monochromatic Colors of #2EBC9C
Black with #2EBC9C
Text Example
Text Example
White with #2EBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC9C; }
p { color: rgb(46,188,156); }
H1.HeaderClassName
{
color: #2EBC9C;
}
.AnyTagClassName
{
color: #2EBC9C;
}
</style>
background-color css
<style>
a { background-color: #2EBC9C; }
a { background-color: rgb(46,188,156); }
div.DivClassName
{
background-color: #2EBC9C;
}
.BgClassName
{
background-color: #2EBC9C;
}
</style>
border-color css
<style>
span { border-color: #2EBC9C; }
span { border-color: rgb(46,188,156); }
td.TdClassName
{
border-color: #2EBC9C;
}
.TagClassName
{
border-color: #2EBC9C;
}
</style>