Shades of Shamrock #2ECAAA
Tints of Shamrock #2ECAAA
RGB
CMYK
RGB Variations
Color information
#2ECAAA (or 0x2ECAAA) is known color: Shamrock. HEX triplet: 2E, CA and AA. RGB value is (46,202,170). Sum of RGB (Red+Green+Blue) = 46+202+170=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECAAA is #D13555. Grayscale: #979797. Windows color (decimal): -13710678 or 11192878. OLE color: 11192878.
HSL color Cylindrical-coordinate representation of color #2ECAAA: hue angle of 167.69º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECAAA is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 170 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.21 |
| HSL | 167.69º | 0.63% | 0.49% | - |
| HSV(B) | 167.69º | 0.77% | 0.79% | - |
| XYZ | 29.5 | 45.72 | 45.3 | - |
| YUV | 151.71 | 138.32 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 170 | 0.77 | 0 | 0.16 | 0.21 | 167.69 | 0.63 | 0.49 |
| Hex | 2E | CA | AA | 4D | 0 | 10 | 15 | A8 | 3F | 31 |
| Octal | 56 | 312 | 252 | 115 | 0 | 20 | 25 | 250 | 77 | 61 |
| Binary | 101110 | 11001010 | 10101010 | 1001101 | 0 | 10000 | 10101 | 10101000 | 111111 | 110001 |
Color Harmonies of #2ECAAA
Complementary color
Monochromatic Colors of #2ECAAA
Black with #2ECAAA
Text Example
Text Example
White with #2ECAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAAA; }
p { color: rgb(46,202,170); }
H1.HeaderClassName
{
color: #2ECAAA;
}
.AnyTagClassName
{
color: #2ECAAA;
}
</style>
background-color css
<style>
a { background-color: #2ECAAA; }
a { background-color: rgb(46,202,170); }
div.DivClassName
{
background-color: #2ECAAA;
}
.BgClassName
{
background-color: #2ECAAA;
}
</style>
border-color css
<style>
span { border-color: #2ECAAA; }
span { border-color: rgb(46,202,170); }
td.TdClassName
{
border-color: #2ECAAA;
}
.TagClassName
{
border-color: #2ECAAA;
}
</style>