Shades of Shamrock #2EDCB2
Tints of Shamrock #2EDCB2
RGB
CMYK
RGB Variations
Color information
#2EDCB2 (or 0x2EDCB2) is known color: Shamrock. HEX triplet: 2E, DC and B2. RGB value is (46,220,178). Sum of RGB (Red+Green+Blue) = 46+220+178=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDCB2 is #D1234D. Grayscale: #A3A3A3. Windows color (decimal): -13706062 or 11721774. OLE color: 11721774.
HSL color Cylindrical-coordinate representation of color #2EDCB2: hue angle of 165.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDCB2 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 178 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.14 |
| HSL | 165.52º | 0.71% | 0.52% | - |
| HSV(B) | 165.52º | 0.79% | 0.86% | - |
| XYZ | 34.76 | 54.98 | 50.9 | - |
| YUV | 163.19 | 136.35 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 178 | 0.79 | 0 | 0.19 | 0.14 | 165.52 | 0.71 | 0.52 |
| Hex | 2E | DC | B2 | 4F | 0 | 13 | E | A6 | 47 | 34 |
| Octal | 56 | 334 | 262 | 117 | 0 | 23 | 16 | 246 | 107 | 64 |
| Binary | 101110 | 11011100 | 10110010 | 1001111 | 0 | 10011 | 1110 | 10100110 | 1000111 | 110100 |
Color Harmonies of #2EDCB2
Complementary color
Monochromatic Colors of #2EDCB2
Black with #2EDCB2
Text Example
Text Example
White with #2EDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCB2; }
p { color: rgb(46,220,178); }
H1.HeaderClassName
{
color: #2EDCB2;
}
.AnyTagClassName
{
color: #2EDCB2;
}
</style>
background-color css
<style>
a { background-color: #2EDCB2; }
a { background-color: rgb(46,220,178); }
div.DivClassName
{
background-color: #2EDCB2;
}
.BgClassName
{
background-color: #2EDCB2;
}
</style>
border-color css
<style>
span { border-color: #2EDCB2; }
span { border-color: rgb(46,220,178); }
td.TdClassName
{
border-color: #2EDCB2;
}
.TagClassName
{
border-color: #2EDCB2;
}
</style>