Shades of Shamrock #2ECCAE
Tints of Shamrock #2ECCAE
RGB
CMYK
RGB Variations
Color information
#2ECCAE (or 0x2ECCAE) is known color: Shamrock. HEX triplet: 2E, CC and AE. RGB value is (46,204,174). Sum of RGB (Red+Green+Blue) = 46+204+174=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECCAE is #D13351. Grayscale: #999999. Windows color (decimal): -13710162 or 11455534. OLE color: 11455534.
HSL color Cylindrical-coordinate representation of color #2ECCAE: hue angle of 168.61º 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 #2ECCAE is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 174 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.2 |
| HSL | 168.61º | 0.63% | 0.49% | - |
| HSV(B) | 168.61º | 0.77% | 0.8% | - |
| XYZ | 30.36 | 46.82 | 47.48 | - |
| YUV | 153.34 | 139.65 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 174 | 0.77 | 0 | 0.15 | 0.2 | 168.61 | 0.63 | 0.49 |
| Hex | 2E | CC | AE | 4D | 0 | F | 14 | A9 | 3F | 31 |
| Octal | 56 | 314 | 256 | 115 | 0 | 17 | 24 | 251 | 77 | 61 |
| Binary | 101110 | 11001100 | 10101110 | 1001101 | 0 | 1111 | 10100 | 10101001 | 111111 | 110001 |
Color Harmonies of #2ECCAE
Complementary color
Monochromatic Colors of #2ECCAE
Black with #2ECCAE
Text Example
Text Example
White with #2ECCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCAE; }
p { color: rgb(46,204,174); }
H1.HeaderClassName
{
color: #2ECCAE;
}
.AnyTagClassName
{
color: #2ECCAE;
}
</style>
background-color css
<style>
a { background-color: #2ECCAE; }
a { background-color: rgb(46,204,174); }
div.DivClassName
{
background-color: #2ECCAE;
}
.BgClassName
{
background-color: #2ECCAE;
}
</style>
border-color css
<style>
span { border-color: #2ECCAE; }
span { border-color: rgb(46,204,174); }
td.TdClassName
{
border-color: #2ECCAE;
}
.TagClassName
{
border-color: #2ECCAE;
}
</style>