Shades of Shamrock #2EDDB3
Tints of Shamrock #2EDDB3
RGB
CMYK
RGB Variations
Color information
#2EDDB3 (or 0x2EDDB3) is known color: Shamrock. HEX triplet: 2E, DD and B3. RGB value is (46,221,179). Sum of RGB (Red+Green+Blue) = 46+221+179=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDB3 is #D1224C. Grayscale: #A3A3A3. Windows color (decimal): -13705805 or 11787566. OLE color: 11787566.
HSL color Cylindrical-coordinate representation of color #2EDDB3: hue angle of 165.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDB3 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 179 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.13 |
| HSL | 165.6º | 0.72% | 0.52% | - |
| HSV(B) | 165.6º | 0.79% | 0.87% | - |
| XYZ | 35.12 | 55.55 | 51.52 | - |
| YUV | 163.89 | 136.52 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 179 | 0.79 | 0 | 0.19 | 0.13 | 165.6 | 0.72 | 0.52 |
| Hex | 2E | DD | B3 | 4F | 0 | 13 | D | A6 | 48 | 34 |
| Octal | 56 | 335 | 263 | 117 | 0 | 23 | 15 | 246 | 110 | 64 |
| Binary | 101110 | 11011101 | 10110011 | 1001111 | 0 | 10011 | 1101 | 10100110 | 1001000 | 110100 |
Color Harmonies of #2EDDB3
Complementary color
Monochromatic Colors of #2EDDB3
Black with #2EDDB3
Text Example
Text Example
White with #2EDDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDDB3; }
p { color: rgb(46,221,179); }
H1.HeaderClassName
{
color: #2EDDB3;
}
.AnyTagClassName
{
color: #2EDDB3;
}
</style>
background-color css
<style>
a { background-color: #2EDDB3; }
a { background-color: rgb(46,221,179); }
div.DivClassName
{
background-color: #2EDDB3;
}
.BgClassName
{
background-color: #2EDDB3;
}
</style>
border-color css
<style>
span { border-color: #2EDDB3; }
span { border-color: rgb(46,221,179); }
td.TdClassName
{
border-color: #2EDDB3;
}
.TagClassName
{
border-color: #2EDDB3;
}
</style>