Shades of Shamrock #2EDAB3
Tints of Shamrock #2EDAB3
RGB
CMYK
RGB Variations
Color information
#2EDAB3 (or 0x2EDAB3) is known color: Shamrock. HEX triplet: 2E, DA and B3. RGB value is (46,218,179). Sum of RGB (Red+Green+Blue) = 46+218+179=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 218 (85.55% from 255 or 49.21% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDAB3 is #D1254C. Grayscale: #A2A2A2. Windows color (decimal): -13706573 or 11786798. OLE color: 11786798.
HSL color Cylindrical-coordinate representation of color #2EDAB3: hue angle of 166.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDAB3 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 179 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.15 |
| HSL | 166.4º | 0.7% | 0.52% | - |
| HSV(B) | 166.4º | 0.79% | 0.85% | - |
| XYZ | 34.33 | 53.98 | 51.26 | - |
| YUV | 162.13 | 137.52 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 179 | 0.79 | 0 | 0.18 | 0.15 | 166.4 | 0.7 | 0.52 |
| Hex | 2E | DA | B3 | 4F | 0 | 12 | F | A6 | 46 | 34 |
| Octal | 56 | 332 | 263 | 117 | 0 | 22 | 17 | 246 | 106 | 64 |
| Binary | 101110 | 11011010 | 10110011 | 1001111 | 0 | 10010 | 1111 | 10100110 | 1000110 | 110100 |
Color Harmonies of #2EDAB3
Complementary color
Monochromatic Colors of #2EDAB3
Black with #2EDAB3
Text Example
Text Example
White with #2EDAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDAB3; }
p { color: rgb(46,218,179); }
H1.HeaderClassName
{
color: #2EDAB3;
}
.AnyTagClassName
{
color: #2EDAB3;
}
</style>
background-color css
<style>
a { background-color: #2EDAB3; }
a { background-color: rgb(46,218,179); }
div.DivClassName
{
background-color: #2EDAB3;
}
.BgClassName
{
background-color: #2EDAB3;
}
</style>
border-color css
<style>
span { border-color: #2EDAB3; }
span { border-color: rgb(46,218,179); }
td.TdClassName
{
border-color: #2EDAB3;
}
.TagClassName
{
border-color: #2EDAB3;
}
</style>