Shades of Shamrock #2ED3AA
Tints of Shamrock #2ED3AA
RGB
CMYK
RGB Variations
Color information
#2ED3AA (or 0x2ED3AA) is known color: Shamrock. HEX triplet: 2E, D3 and AA. RGB value is (46,211,170). Sum of RGB (Red+Green+Blue) = 46+211+170=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED3AA is #D12C55. Grayscale: #9C9C9C. Windows color (decimal): -13708374 or 11195182. OLE color: 11195182.
HSL color Cylindrical-coordinate representation of color #2ED3AA: hue angle of 165.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED3AA is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 211 | 170 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.17 |
| HSL | 165.09º | 0.65% | 0.5% | - |
| HSV(B) | 165.09º | 0.78% | 0.83% | - |
| XYZ | 31.68 | 50.07 | 46.03 | - |
| YUV | 156.99 | 135.34 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 211 | 170 | 0.78 | 0 | 0.19 | 0.17 | 165.09 | 0.65 | 0.5 |
| Hex | 2E | D3 | AA | 4E | 0 | 13 | 11 | A5 | 41 | 32 |
| Octal | 56 | 323 | 252 | 116 | 0 | 23 | 21 | 245 | 101 | 62 |
| Binary | 101110 | 11010011 | 10101010 | 1001110 | 0 | 10011 | 10001 | 10100101 | 1000001 | 110010 |
Color Harmonies of #2ED3AA
Complementary color
Monochromatic Colors of #2ED3AA
Black with #2ED3AA
Text Example
Text Example
White with #2ED3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED3AA; }
p { color: rgb(46,211,170); }
H1.HeaderClassName
{
color: #2ED3AA;
}
.AnyTagClassName
{
color: #2ED3AA;
}
</style>
background-color css
<style>
a { background-color: #2ED3AA; }
a { background-color: rgb(46,211,170); }
div.DivClassName
{
background-color: #2ED3AA;
}
.BgClassName
{
background-color: #2ED3AA;
}
</style>
border-color css
<style>
span { border-color: #2ED3AA; }
span { border-color: rgb(46,211,170); }
td.TdClassName
{
border-color: #2ED3AA;
}
.TagClassName
{
border-color: #2ED3AA;
}
</style>