Shades of Shamrock #2ECCAA
Tints of Shamrock #2ECCAA
RGB
CMYK
RGB Variations
Color information
#2ECCAA (or 0x2ECCAA) is known color: Shamrock. HEX triplet: 2E, CC and AA. RGB value is (46,204,170). Sum of RGB (Red+Green+Blue) = 46+204+170=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECCAA is #D13355. Grayscale: #989898. Windows color (decimal): -13710166 or 11193390. OLE color: 11193390.
HSL color Cylindrical-coordinate representation of color #2ECCAA: hue angle of 167.09º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECCAA is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 170 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.2 |
| HSL | 167.09º | 0.63% | 0.49% | - |
| HSV(B) | 167.09º | 0.77% | 0.8% | - |
| XYZ | 29.98 | 46.67 | 45.46 | - |
| YUV | 152.88 | 137.65 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 170 | 0.77 | 0 | 0.17 | 0.2 | 167.09 | 0.63 | 0.49 |
| Hex | 2E | CC | AA | 4D | 0 | 11 | 14 | A7 | 3F | 31 |
| Octal | 56 | 314 | 252 | 115 | 0 | 21 | 24 | 247 | 77 | 61 |
| Binary | 101110 | 11001100 | 10101010 | 1001101 | 0 | 10001 | 10100 | 10100111 | 111111 | 110001 |
Color Harmonies of #2ECCAA
Complementary color
Monochromatic Colors of #2ECCAA
Black with #2ECCAA
Text Example
Text Example
White with #2ECCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCAA; }
p { color: rgb(46,204,170); }
H1.HeaderClassName
{
color: #2ECCAA;
}
.AnyTagClassName
{
color: #2ECCAA;
}
</style>
background-color css
<style>
a { background-color: #2ECCAA; }
a { background-color: rgb(46,204,170); }
div.DivClassName
{
background-color: #2ECCAA;
}
.BgClassName
{
background-color: #2ECCAA;
}
</style>
border-color css
<style>
span { border-color: #2ECCAA; }
span { border-color: rgb(46,204,170); }
td.TdClassName
{
border-color: #2ECCAA;
}
.TagClassName
{
border-color: #2ECCAA;
}
</style>