Shades of Shamrock #46D5A6
Tints of Shamrock #46D5A6
RGB
CMYK
RGB Variations
Color information
#46D5A6 (or 0x46D5A6) is known color: Shamrock. HEX triplet: 46, D5 and A6. RGB value is (70,213,166). Sum of RGB (Red+Green+Blue) = 70+213+166=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #46D5A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D5A6 is #B92A59. Grayscale: #A4A4A4. Windows color (decimal): -12135002 or 10933574. OLE color: 10933574.
HSL color Cylindrical-coordinate representation of color #46D5A6: hue angle of 160.28º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D5A6 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 166 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.16 |
| HSL | 160.28º | 0.63% | 0.55% | - |
| HSV(B) | 160.28º | 0.67% | 0.84% | - |
| XYZ | 33.2 | 51.64 | 44.29 | - |
| YUV | 164.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 166 | 0.67 | 0 | 0.22 | 0.16 | 160.28 | 0.63 | 0.55 |
| Hex | 46 | D5 | A6 | 43 | 0 | 16 | 10 | A0 | 3F | 37 |
| Octal | 106 | 325 | 246 | 103 | 0 | 26 | 20 | 240 | 77 | 67 |
| Binary | 1000110 | 11010101 | 10100110 | 1000011 | 0 | 10110 | 10000 | 10100000 | 111111 | 110111 |
Color Harmonies of #46D5A6
Complementary color
Monochromatic Colors of #46D5A6
Black with #46D5A6
Text Example
Text Example
White with #46D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D5A6; }
p { color: rgb(70,213,166); }
H1.HeaderClassName
{
color: #46D5A6;
}
.AnyTagClassName
{
color: #46D5A6;
}
</style>
background-color css
<style>
a { background-color: #46D5A6; }
a { background-color: rgb(70,213,166); }
div.DivClassName
{
background-color: #46D5A6;
}
.BgClassName
{
background-color: #46D5A6;
}
</style>
border-color css
<style>
span { border-color: #46D5A6; }
span { border-color: rgb(70,213,166); }
td.TdClassName
{
border-color: #46D5A6;
}
.TagClassName
{
border-color: #46D5A6;
}
</style>