Shades of Shamrock #46CEAC
Tints of Shamrock #46CEAC
RGB
CMYK
RGB Variations
Color information
#46CEAC (or 0x46CEAC) is known color: Shamrock. HEX triplet: 46, CE and AC. RGB value is (70,206,172). Sum of RGB (Red+Green+Blue) = 70+206+172=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CEAC is #B93153. Grayscale: #A1A1A1. Windows color (decimal): -12136788 or 11324998. OLE color: 11324998.
HSL color Cylindrical-coordinate representation of color #46CEAC: hue angle of 165º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CEAC is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 172 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.19 |
| HSL | 165º | 0.58% | 0.54% | - |
| HSV(B) | 165º | 0.66% | 0.81% | - |
| XYZ | 32.04 | 48.42 | 46.69 | - |
| YUV | 161.46 | 133.94 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 172 | 0.66 | 0 | 0.17 | 0.19 | 165 | 0.58 | 0.54 |
| Hex | 46 | CE | AC | 42 | 0 | 11 | 13 | A5 | 3A | 36 |
| Octal | 106 | 316 | 254 | 102 | 0 | 21 | 23 | 245 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10101100 | 1000010 | 0 | 10001 | 10011 | 10100101 | 111010 | 110110 |
Color Harmonies of #46CEAC
Complementary color
Monochromatic Colors of #46CEAC
Black with #46CEAC
Text Example
Text Example
White with #46CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEAC; }
p { color: rgb(70,206,172); }
H1.HeaderClassName
{
color: #46CEAC;
}
.AnyTagClassName
{
color: #46CEAC;
}
</style>
background-color css
<style>
a { background-color: #46CEAC; }
a { background-color: rgb(70,206,172); }
div.DivClassName
{
background-color: #46CEAC;
}
.BgClassName
{
background-color: #46CEAC;
}
</style>
border-color css
<style>
span { border-color: #46CEAC; }
span { border-color: rgb(70,206,172); }
td.TdClassName
{
border-color: #46CEAC;
}
.TagClassName
{
border-color: #46CEAC;
}
</style>