Shades of Shamrock #2ECDAC
Tints of Shamrock #2ECDAC
RGB
CMYK
RGB Variations
Color information
#2ECDAC (or 0x2ECDAC) is known color: Shamrock. HEX triplet: 2E, CD and AC. RGB value is (46,205,172). Sum of RGB (Red+Green+Blue) = 46+205+172=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECDAC is #D13253. Grayscale: #999999. Windows color (decimal): -13709908 or 11324718. OLE color: 11324718.
HSL color Cylindrical-coordinate representation of color #2ECDAC: hue angle of 167.55º 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 #2ECDAC is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 172 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.20 |
| HSL | 167.55º | 0.63% | 0.49% | - |
| HSV(B) | 167.55º | 0.78% | 0.8% | - |
| XYZ | 30.4 | 47.22 | 46.54 | - |
| YUV | 153.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 172 | 0.78 | 0 | 0.16 | 0.20 | 167.55 | 0.63 | 0.49 |
| Hex | 2E | CD | AC | 4E | 0 | 10 | 14 | A8 | 3F | 31 |
| Octal | 56 | 315 | 254 | 116 | 0 | 20 | 24 | 250 | 77 | 61 |
| Binary | 101110 | 11001101 | 10101100 | 1001110 | 0 | 10000 | 10100 | 10101000 | 111111 | 110001 |
Color Harmonies of #2ECDAC
Complementary color
Monochromatic Colors of #2ECDAC
Black with #2ECDAC
Text Example
Text Example
White with #2ECDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDAC; }
p { color: rgb(46,205,172); }
H1.HeaderClassName
{
color: #2ECDAC;
}
.AnyTagClassName
{
color: #2ECDAC;
}
</style>
background-color css
<style>
a { background-color: #2ECDAC; }
a { background-color: rgb(46,205,172); }
div.DivClassName
{
background-color: #2ECDAC;
}
.BgClassName
{
background-color: #2ECDAC;
}
</style>
border-color css
<style>
span { border-color: #2ECDAC; }
span { border-color: rgb(46,205,172); }
td.TdClassName
{
border-color: #2ECDAC;
}
.TagClassName
{
border-color: #2ECDAC;
}
</style>