Shades of Shamrock #2ECAB2
Tints of Shamrock #2ECAB2
RGB
CMYK
RGB Variations
Color information
#2ECAB2 (or 0x2ECAB2) is known color: Shamrock. HEX triplet: 2E, CA and B2. RGB value is (46,202,178). Sum of RGB (Red+Green+Blue) = 46+202+178=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECAB2 is #D1354D. Grayscale: #989898. Windows color (decimal): -13710670 or 11717166. OLE color: 11717166.
HSL color Cylindrical-coordinate representation of color #2ECAB2: hue angle of 170.77º 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 #2ECAB2 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 178 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.21 |
| HSL | 170.77º | 0.63% | 0.49% | - |
| HSV(B) | 170.77º | 0.77% | 0.79% | - |
| XYZ | 30.28 | 46.04 | 49.41 | - |
| YUV | 152.62 | 142.32 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 178 | 0.77 | 0 | 0.12 | 0.21 | 170.77 | 0.63 | 0.49 |
| Hex | 2E | CA | B2 | 4D | 0 | C | 15 | AB | 3F | 31 |
| Octal | 56 | 312 | 262 | 115 | 0 | 14 | 25 | 253 | 77 | 61 |
| Binary | 101110 | 11001010 | 10110010 | 1001101 | 0 | 1100 | 10101 | 10101011 | 111111 | 110001 |
Color Harmonies of #2ECAB2
Complementary color
Monochromatic Colors of #2ECAB2
Black with #2ECAB2
Text Example
Text Example
White with #2ECAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECAB2; }
p { color: rgb(46,202,178); }
H1.HeaderClassName
{
color: #2ECAB2;
}
.AnyTagClassName
{
color: #2ECAB2;
}
</style>
background-color css
<style>
a { background-color: #2ECAB2; }
a { background-color: rgb(46,202,178); }
div.DivClassName
{
background-color: #2ECAB2;
}
.BgClassName
{
background-color: #2ECAB2;
}
</style>
border-color css
<style>
span { border-color: #2ECAB2; }
span { border-color: rgb(46,202,178); }
td.TdClassName
{
border-color: #2ECAB2;
}
.TagClassName
{
border-color: #2ECAB2;
}
</style>