Shades of Shamrock #46C6A0
Tints of Shamrock #46C6A0
RGB
CMYK
RGB Variations
Color information
#46C6A0 (or 0x46C6A0) is known color: Shamrock. HEX triplet: 46, C6 and A0. RGB value is (70,198,160). Sum of RGB (Red+Green+Blue) = 70+198+160=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #46C6A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C6A0 is #B9395F. Grayscale: #9B9B9B. Windows color (decimal): -12138848 or 10536518. OLE color: 10536518.
HSL color Cylindrical-coordinate representation of color #46C6A0: hue angle of 162.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C6A0 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 160 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.22 |
| HSL | 162.19º | 0.53% | 0.53% | - |
| HSV(B) | 162.19º | 0.65% | 0.78% | - |
| XYZ | 29.07 | 44.23 | 40.26 | - |
| YUV | 155.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 160 | 0.65 | 0 | 0.19 | 0.22 | 162.19 | 0.53 | 0.53 |
| Hex | 46 | C6 | A0 | 41 | 0 | 13 | 16 | A2 | 35 | 35 |
| Octal | 106 | 306 | 240 | 101 | 0 | 23 | 26 | 242 | 65 | 65 |
| Binary | 1000110 | 11000110 | 10100000 | 1000001 | 0 | 10011 | 10110 | 10100010 | 110101 | 110101 |
Color Harmonies of #46C6A0
Complementary color
Monochromatic Colors of #46C6A0
Black with #46C6A0
Text Example
Text Example
White with #46C6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C6A0; }
p { color: rgb(70,198,160); }
H1.HeaderClassName
{
color: #46C6A0;
}
.AnyTagClassName
{
color: #46C6A0;
}
</style>
background-color css
<style>
a { background-color: #46C6A0; }
a { background-color: rgb(70,198,160); }
div.DivClassName
{
background-color: #46C6A0;
}
.BgClassName
{
background-color: #46C6A0;
}
</style>
border-color css
<style>
span { border-color: #46C6A0; }
span { border-color: rgb(70,198,160); }
td.TdClassName
{
border-color: #46C6A0;
}
.TagClassName
{
border-color: #46C6A0;
}
</style>