Shades of Shamrock #46CEA6
Tints of Shamrock #46CEA6
RGB
CMYK
RGB Variations
Color information
#46CEA6 (or 0x46CEA6) is known color: Shamrock. HEX triplet: 46, CE and A6. RGB value is (70,206,166). Sum of RGB (Red+Green+Blue) = 70+206+166=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CEA6 is #B93159. Grayscale: #A0A0A0. Windows color (decimal): -12136794 or 10931782. OLE color: 10931782.
HSL color Cylindrical-coordinate representation of color #46CEA6: hue angle of 162.35º 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 #46CEA6 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 166 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.19 |
| HSL | 162.35º | 0.58% | 0.54% | - |
| HSV(B) | 162.35º | 0.66% | 0.81% | - |
| XYZ | 31.48 | 48.2 | 43.72 | - |
| YUV | 160.78 | 130.94 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 166 | 0.66 | 0 | 0.19 | 0.19 | 162.35 | 0.58 | 0.54 |
| Hex | 46 | CE | A6 | 42 | 0 | 13 | 13 | A2 | 3A | 36 |
| Octal | 106 | 316 | 246 | 102 | 0 | 23 | 23 | 242 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10100110 | 1000010 | 0 | 10011 | 10011 | 10100010 | 111010 | 110110 |
Color Harmonies of #46CEA6
Complementary color
Monochromatic Colors of #46CEA6
Black with #46CEA6
Text Example
Text Example
White with #46CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEA6; }
p { color: rgb(70,206,166); }
H1.HeaderClassName
{
color: #46CEA6;
}
.AnyTagClassName
{
color: #46CEA6;
}
</style>
background-color css
<style>
a { background-color: #46CEA6; }
a { background-color: rgb(70,206,166); }
div.DivClassName
{
background-color: #46CEA6;
}
.BgClassName
{
background-color: #46CEA6;
}
</style>
border-color css
<style>
span { border-color: #46CEA6; }
span { border-color: rgb(70,206,166); }
td.TdClassName
{
border-color: #46CEA6;
}
.TagClassName
{
border-color: #46CEA6;
}
</style>