Shades of Shamrock #2ECCA2
Tints of Shamrock #2ECCA2
RGB
CMYK
RGB Variations
Color information
#2ECCA2 (or 0x2ECCA2) is known color: Shamrock. HEX triplet: 2E, CC and A2. RGB value is (46,204,162). Sum of RGB (Red+Green+Blue) = 46+204+162=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECCA2 is #D1335D. Grayscale: #979797. Windows color (decimal): -13710174 or 10669102. OLE color: 10669102.
HSL color Cylindrical-coordinate representation of color #2ECCA2: hue angle of 164.05º 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 #2ECCA2 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 162 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.2 |
| HSL | 164.05º | 0.63% | 0.49% | - |
| HSV(B) | 164.05º | 0.77% | 0.8% | - |
| XYZ | 29.24 | 46.38 | 41.59 | - |
| YUV | 151.97 | 133.65 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 162 | 0.77 | 0 | 0.21 | 0.2 | 164.05 | 0.63 | 0.49 |
| Hex | 2E | CC | A2 | 4D | 0 | 15 | 14 | A4 | 3F | 31 |
| Octal | 56 | 314 | 242 | 115 | 0 | 25 | 24 | 244 | 77 | 61 |
| Binary | 101110 | 11001100 | 10100010 | 1001101 | 0 | 10101 | 10100 | 10100100 | 111111 | 110001 |
Color Harmonies of #2ECCA2
Complementary color
Monochromatic Colors of #2ECCA2
Black with #2ECCA2
Text Example
Text Example
White with #2ECCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCA2; }
p { color: rgb(46,204,162); }
H1.HeaderClassName
{
color: #2ECCA2;
}
.AnyTagClassName
{
color: #2ECCA2;
}
</style>
background-color css
<style>
a { background-color: #2ECCA2; }
a { background-color: rgb(46,204,162); }
div.DivClassName
{
background-color: #2ECCA2;
}
.BgClassName
{
background-color: #2ECCA2;
}
</style>
border-color css
<style>
span { border-color: #2ECCA2; }
span { border-color: rgb(46,204,162); }
td.TdClassName
{
border-color: #2ECCA2;
}
.TagClassName
{
border-color: #2ECCA2;
}
</style>