Shades of Shamrock #2EDEAE
Tints of Shamrock #2EDEAE
RGB
CMYK
RGB Variations
Color information
#2EDEAE (or 0x2EDEAE) is known color: Shamrock. HEX triplet: 2E, DE and AE. RGB value is (46,222,174). Sum of RGB (Red+Green+Blue) = 46+222+174=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDEAE is #D12151. Grayscale: #A3A3A3. Windows color (decimal): -13705554 or 11460142. OLE color: 11460142.
HSL color Cylindrical-coordinate representation of color #2EDEAE: hue angle of 163.64º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDEAE is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 174 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.13 |
| HSL | 163.64º | 0.73% | 0.53% | - |
| HSV(B) | 163.64º | 0.79% | 0.87% | - |
| XYZ | 34.89 | 55.88 | 48.99 | - |
| YUV | 163.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 174 | 0.79 | 0 | 0.22 | 0.13 | 163.64 | 0.73 | 0.53 |
| Hex | 2E | DE | AE | 4F | 0 | 16 | D | A4 | 49 | 35 |
| Octal | 56 | 336 | 256 | 117 | 0 | 26 | 15 | 244 | 111 | 65 |
| Binary | 101110 | 11011110 | 10101110 | 1001111 | 0 | 10110 | 1101 | 10100100 | 1001001 | 110101 |
Color Harmonies of #2EDEAE
Complementary color
Monochromatic Colors of #2EDEAE
Black with #2EDEAE
Text Example
Text Example
White with #2EDEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEAE; }
p { color: rgb(46,222,174); }
H1.HeaderClassName
{
color: #2EDEAE;
}
.AnyTagClassName
{
color: #2EDEAE;
}
</style>
background-color css
<style>
a { background-color: #2EDEAE; }
a { background-color: rgb(46,222,174); }
div.DivClassName
{
background-color: #2EDEAE;
}
.BgClassName
{
background-color: #2EDEAE;
}
</style>
border-color css
<style>
span { border-color: #2EDEAE; }
span { border-color: rgb(46,222,174); }
td.TdClassName
{
border-color: #2EDEAE;
}
.TagClassName
{
border-color: #2EDEAE;
}
</style>