Shades of Shamrock #46C69B
Tints of Shamrock #46C69B
RGB
CMYK
RGB Variations
Color information
#46C69B (or 0x46C69B) is known color: Shamrock. HEX triplet: 46, C6 and 9B. RGB value is (70,198,155). Sum of RGB (Red+Green+Blue) = 70+198+155=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #46C69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C69B is #B93964. Grayscale: #9A9A9A. Windows color (decimal): -12138853 or 10208838. OLE color: 10208838.
HSL color Cylindrical-coordinate representation of color #46C69B: hue angle of 159.84º 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 #46C69B is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 155 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.22 |
| HSL | 159.84º | 0.53% | 0.53% | - |
| HSV(B) | 159.84º | 0.65% | 0.78% | - |
| XYZ | 28.64 | 44.06 | 38 | - |
| YUV | 154.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 155 | 0.65 | 0 | 0.22 | 0.22 | 159.84 | 0.53 | 0.53 |
| Hex | 46 | C6 | 9B | 41 | 0 | 16 | 16 | A0 | 35 | 35 |
| Octal | 106 | 306 | 233 | 101 | 0 | 26 | 26 | 240 | 65 | 65 |
| Binary | 1000110 | 11000110 | 10011011 | 1000001 | 0 | 10110 | 10110 | 10100000 | 110101 | 110101 |
Color Harmonies of #46C69B
Complementary color
Monochromatic Colors of #46C69B
Black with #46C69B
Text Example
Text Example
White with #46C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C69B; }
p { color: rgb(70,198,155); }
H1.HeaderClassName
{
color: #46C69B;
}
.AnyTagClassName
{
color: #46C69B;
}
</style>
background-color css
<style>
a { background-color: #46C69B; }
a { background-color: rgb(70,198,155); }
div.DivClassName
{
background-color: #46C69B;
}
.BgClassName
{
background-color: #46C69B;
}
</style>
border-color css
<style>
span { border-color: #46C69B; }
span { border-color: rgb(70,198,155); }
td.TdClassName
{
border-color: #46C69B;
}
.TagClassName
{
border-color: #46C69B;
}
</style>