Shades of Shamrock #2ECDA8
Tints of Shamrock #2ECDA8
RGB
CMYK
RGB Variations
Color information
#2ECDA8 (or 0x2ECDA8) is known color: Shamrock. HEX triplet: 2E, CD and A8. RGB value is (46,205,168). Sum of RGB (Red+Green+Blue) = 46+205+168=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECDA8 is #D13257. Grayscale: #999999. Windows color (decimal): -13709912 or 11062574. OLE color: 11062574.
HSL color Cylindrical-coordinate representation of color #2ECDA8: hue angle of 166.04º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECDA8 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 168 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.20 |
| HSL | 166.04º | 0.63% | 0.49% | - |
| HSV(B) | 166.04º | 0.78% | 0.8% | - |
| XYZ | 30.03 | 47.07 | 44.55 | - |
| YUV | 153.24 | 136.32 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 168 | 0.78 | 0 | 0.18 | 0.20 | 166.04 | 0.63 | 0.49 |
| Hex | 2E | CD | A8 | 4E | 0 | 12 | 14 | A6 | 3F | 31 |
| Octal | 56 | 315 | 250 | 116 | 0 | 22 | 24 | 246 | 77 | 61 |
| Binary | 101110 | 11001101 | 10101000 | 1001110 | 0 | 10010 | 10100 | 10100110 | 111111 | 110001 |
Color Harmonies of #2ECDA8
Complementary color
Monochromatic Colors of #2ECDA8
Black with #2ECDA8
Text Example
Text Example
White with #2ECDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDA8; }
p { color: rgb(46,205,168); }
H1.HeaderClassName
{
color: #2ECDA8;
}
.AnyTagClassName
{
color: #2ECDA8;
}
</style>
background-color css
<style>
a { background-color: #2ECDA8; }
a { background-color: rgb(46,205,168); }
div.DivClassName
{
background-color: #2ECDA8;
}
.BgClassName
{
background-color: #2ECDA8;
}
</style>
border-color css
<style>
span { border-color: #2ECDA8; }
span { border-color: rgb(46,205,168); }
td.TdClassName
{
border-color: #2ECDA8;
}
.TagClassName
{
border-color: #2ECDA8;
}
</style>