Shades of Shamrock #2ECAAB
Tints of Shamrock #2ECAAB
RGB
CMYK
RGB Variations
Color information
#2ECAAB (or 0x2ECAAB) is known color: Shamrock. HEX triplet: 2E, CA and AB. RGB value is (46,202,171). Sum of RGB (Red+Green+Blue) = 46+202+171=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECAAB is #D13554. Grayscale: #979797. Windows color (decimal): -13710677 or 11258414. OLE color: 11258414.
HSL color Cylindrical-coordinate representation of color #2ECAAB: hue angle of 168.08º 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 #2ECAAB is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 171 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.21 |
| HSL | 168.08º | 0.63% | 0.49% | - |
| HSV(B) | 168.08º | 0.77% | 0.79% | - |
| XYZ | 29.6 | 45.76 | 45.8 | - |
| YUV | 151.82 | 138.82 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 171 | 0.77 | 0 | 0.15 | 0.21 | 168.08 | 0.63 | 0.49 |
| Hex | 2E | CA | AB | 4D | 0 | F | 15 | A8 | 3F | 31 |
| Octal | 56 | 312 | 253 | 115 | 0 | 17 | 25 | 250 | 77 | 61 |
| Binary | 101110 | 11001010 | 10101011 | 1001101 | 0 | 1111 | 10101 | 10101000 | 111111 | 110001 |
Color Harmonies of #2ECAAB
Complementary color
Monochromatic Colors of #2ECAAB
Black with #2ECAAB
Text Example
Text Example
White with #2ECAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAAB; }
p { color: rgb(46,202,171); }
H1.HeaderClassName
{
color: #2ECAAB;
}
.AnyTagClassName
{
color: #2ECAAB;
}
</style>
background-color css
<style>
a { background-color: #2ECAAB; }
a { background-color: rgb(46,202,171); }
div.DivClassName
{
background-color: #2ECAAB;
}
.BgClassName
{
background-color: #2ECAAB;
}
</style>
border-color css
<style>
span { border-color: #2ECAAB; }
span { border-color: rgb(46,202,171); }
td.TdClassName
{
border-color: #2ECAAB;
}
.TagClassName
{
border-color: #2ECAAB;
}
</style>