Shades of Shamrock #46ECAC
Tints of Shamrock #46ECAC
RGB
CMYK
RGB Variations
Color information
#46ECAC (or 0x46ECAC) is known color: Shamrock. HEX triplet: 46, EC and AC. RGB value is (70,236,172). Sum of RGB (Red+Green+Blue) = 70+236+172=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #46ECAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46ECAC is #B91353. Grayscale: #B3B3B3. Windows color (decimal): -12129108 or 11332678. OLE color: 11332678.
HSL color Cylindrical-coordinate representation of color #46ECAC: hue angle of 156.87º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ECAC is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 172 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.07 |
| HSL | 156.87º | 0.81% | 0.6% | - |
| HSV(B) | 156.87º | 0.7% | 0.93% | - |
| XYZ | 39.97 | 64.27 | 49.33 | - |
| YUV | 179.07 | 124 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 172 | 0.70 | 0 | 0.27 | 0.07 | 156.87 | 0.81 | 0.6 |
| Hex | 46 | EC | AC | 46 | 0 | 1B | 7 | 9D | 51 | 3C |
| Octal | 106 | 354 | 254 | 106 | 0 | 33 | 7 | 235 | 121 | 74 |
| Binary | 1000110 | 11101100 | 10101100 | 1000110 | 0 | 11011 | 111 | 10011101 | 1010001 | 111100 |
Color Harmonies of #46ECAC
Complementary color
Monochromatic Colors of #46ECAC
Black with #46ECAC
Text Example
Text Example
White with #46ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ECAC; }
p { color: rgb(70,236,172); }
H1.HeaderClassName
{
color: #46ECAC;
}
.AnyTagClassName
{
color: #46ECAC;
}
</style>
background-color css
<style>
a { background-color: #46ECAC; }
a { background-color: rgb(70,236,172); }
div.DivClassName
{
background-color: #46ECAC;
}
.BgClassName
{
background-color: #46ECAC;
}
</style>
border-color css
<style>
span { border-color: #46ECAC; }
span { border-color: rgb(70,236,172); }
td.TdClassName
{
border-color: #46ECAC;
}
.TagClassName
{
border-color: #46ECAC;
}
</style>