Shades of Shamrock #46D1A6
Tints of Shamrock #46D1A6
RGB
CMYK
RGB Variations
Color information
#46D1A6 (or 0x46D1A6) is known color: Shamrock. HEX triplet: 46, D1 and A6. RGB value is (70,209,166). Sum of RGB (Red+Green+Blue) = 70+209+166=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #46D1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D1A6 is #B92E59. Grayscale: #A2A2A2. Windows color (decimal): -12136026 or 10932550. OLE color: 10932550.
HSL color Cylindrical-coordinate representation of color #46D1A6: hue angle of 161.44º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D1A6 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 209 | 166 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.18 |
| HSL | 161.44º | 0.6% | 0.55% | - |
| HSV(B) | 161.44º | 0.67% | 0.82% | - |
| XYZ | 32.21 | 49.66 | 43.96 | - |
| YUV | 162.54 | 129.95 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 209 | 166 | 0.67 | 0 | 0.21 | 0.18 | 161.44 | 0.6 | 0.55 |
| Hex | 46 | D1 | A6 | 43 | 0 | 15 | 12 | A1 | 3C | 37 |
| Octal | 106 | 321 | 246 | 103 | 0 | 25 | 22 | 241 | 74 | 67 |
| Binary | 1000110 | 11010001 | 10100110 | 1000011 | 0 | 10101 | 10010 | 10100001 | 111100 | 110111 |
Color Harmonies of #46D1A6
Complementary color
Monochromatic Colors of #46D1A6
Black with #46D1A6
Text Example
Text Example
White with #46D1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D1A6; }
p { color: rgb(70,209,166); }
H1.HeaderClassName
{
color: #46D1A6;
}
.AnyTagClassName
{
color: #46D1A6;
}
</style>
background-color css
<style>
a { background-color: #46D1A6; }
a { background-color: rgb(70,209,166); }
div.DivClassName
{
background-color: #46D1A6;
}
.BgClassName
{
background-color: #46D1A6;
}
</style>
border-color css
<style>
span { border-color: #46D1A6; }
span { border-color: rgb(70,209,166); }
td.TdClassName
{
border-color: #46D1A6;
}
.TagClassName
{
border-color: #46D1A6;
}
</style>