Shades of Shamrock #2EDDB4
Tints of Shamrock #2EDDB4
RGB
CMYK
RGB Variations
Color information
#2EDDB4 (or 0x2EDDB4) is known color: Shamrock. HEX triplet: 2E, DD and B4. RGB value is (46,221,180). Sum of RGB (Red+Green+Blue) = 46+221+180=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDB4 is #D1224B. Grayscale: #A3A3A3. Windows color (decimal): -13705804 or 11853102. OLE color: 11853102.
HSL color Cylindrical-coordinate representation of color #2EDDB4: hue angle of 165.94º 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 #2EDDB4 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 180 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.13 |
| HSL | 165.94º | 0.72% | 0.52% | - |
| HSV(B) | 165.94º | 0.79% | 0.87% | - |
| XYZ | 35.22 | 55.59 | 52.05 | - |
| YUV | 164 | 137.02 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 180 | 0.79 | 0 | 0.19 | 0.13 | 165.94 | 0.72 | 0.52 |
| Hex | 2E | DD | B4 | 4F | 0 | 13 | D | A6 | 48 | 34 |
| Octal | 56 | 335 | 264 | 117 | 0 | 23 | 15 | 246 | 110 | 64 |
| Binary | 101110 | 11011101 | 10110100 | 1001111 | 0 | 10011 | 1101 | 10100110 | 1001000 | 110100 |
Color Harmonies of #2EDDB4
Complementary color
Monochromatic Colors of #2EDDB4
Black with #2EDDB4
Text Example
Text Example
White with #2EDDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDDB4; }
p { color: rgb(46,221,180); }
H1.HeaderClassName
{
color: #2EDDB4;
}
.AnyTagClassName
{
color: #2EDDB4;
}
</style>
background-color css
<style>
a { background-color: #2EDDB4; }
a { background-color: rgb(46,221,180); }
div.DivClassName
{
background-color: #2EDDB4;
}
.BgClassName
{
background-color: #2EDDB4;
}
</style>
border-color css
<style>
span { border-color: #2EDDB4; }
span { border-color: rgb(46,221,180); }
td.TdClassName
{
border-color: #2EDDB4;
}
.TagClassName
{
border-color: #2EDDB4;
}
</style>