Shades of Shamrock #46C69C
Tints of Shamrock #46C69C
RGB
CMYK
RGB Variations
Color information
#46C69C (or 0x46C69C) is known color: Shamrock. HEX triplet: 46, C6 and 9C. RGB value is (70,198,156). Sum of RGB (Red+Green+Blue) = 70+198+156=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #46C69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C69C is #B93963. Grayscale: #9A9A9A. Windows color (decimal): -12138852 or 10274374. OLE color: 10274374.
HSL color Cylindrical-coordinate representation of color #46C69C: hue angle of 160.31º 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 #46C69C is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 156 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.22 |
| HSL | 160.31º | 0.53% | 0.53% | - |
| HSV(B) | 160.31º | 0.65% | 0.78% | - |
| XYZ | 28.72 | 44.09 | 38.45 | - |
| YUV | 154.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 156 | 0.65 | 0 | 0.21 | 0.22 | 160.31 | 0.53 | 0.53 |
| Hex | 46 | C6 | 9C | 41 | 0 | 15 | 16 | A0 | 35 | 35 |
| Octal | 106 | 306 | 234 | 101 | 0 | 25 | 26 | 240 | 65 | 65 |
| Binary | 1000110 | 11000110 | 10011100 | 1000001 | 0 | 10101 | 10110 | 10100000 | 110101 | 110101 |
Color Harmonies of #46C69C
Complementary color
Monochromatic Colors of #46C69C
Black with #46C69C
Text Example
Text Example
White with #46C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C69C; }
p { color: rgb(70,198,156); }
H1.HeaderClassName
{
color: #46C69C;
}
.AnyTagClassName
{
color: #46C69C;
}
</style>
background-color css
<style>
a { background-color: #46C69C; }
a { background-color: rgb(70,198,156); }
div.DivClassName
{
background-color: #46C69C;
}
.BgClassName
{
background-color: #46C69C;
}
</style>
border-color css
<style>
span { border-color: #46C69C; }
span { border-color: rgb(70,198,156); }
td.TdClassName
{
border-color: #46C69C;
}
.TagClassName
{
border-color: #46C69C;
}
</style>