Shades of Shamrock #46DEAC
Tints of Shamrock #46DEAC
RGB
CMYK
RGB Variations
Color information
#46DEAC (or 0x46DEAC) is known color: Shamrock. HEX triplet: 46, DE and AC. RGB value is (70,222,172). Sum of RGB (Red+Green+Blue) = 70+222+172=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #46DEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DEAC is #B92153. Grayscale: #AAAAAA. Windows color (decimal): -12132692 or 11329094. OLE color: 11329094.
HSL color Cylindrical-coordinate representation of color #46DEAC: hue angle of 160.26º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DEAC is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 222 | 172 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.13 |
| HSL | 160.26º | 0.7% | 0.57% | - |
| HSV(B) | 160.26º | 0.68% | 0.87% | - |
| XYZ | 36.09 | 56.52 | 48.04 | - |
| YUV | 170.85 | 128.64 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 172 | 0.68 | 0 | 0.23 | 0.13 | 160.26 | 0.7 | 0.57 |
| Hex | 46 | DE | AC | 44 | 0 | 17 | D | A0 | 46 | 39 |
| Octal | 106 | 336 | 254 | 104 | 0 | 27 | 15 | 240 | 106 | 71 |
| Binary | 1000110 | 11011110 | 10101100 | 1000100 | 0 | 10111 | 1101 | 10100000 | 1000110 | 111001 |
Color Harmonies of #46DEAC
Complementary color
Monochromatic Colors of #46DEAC
Black with #46DEAC
Text Example
Text Example
White with #46DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DEAC; }
p { color: rgb(70,222,172); }
H1.HeaderClassName
{
color: #46DEAC;
}
.AnyTagClassName
{
color: #46DEAC;
}
</style>
background-color css
<style>
a { background-color: #46DEAC; }
a { background-color: rgb(70,222,172); }
div.DivClassName
{
background-color: #46DEAC;
}
.BgClassName
{
background-color: #46DEAC;
}
</style>
border-color css
<style>
span { border-color: #46DEAC; }
span { border-color: rgb(70,222,172); }
td.TdClassName
{
border-color: #46DEAC;
}
.TagClassName
{
border-color: #46DEAC;
}
</style>