Shades of Shamrock #46D5A2
Tints of Shamrock #46D5A2
RGB
CMYK
RGB Variations
Color information
#46D5A2 (or 0x46D5A2) is known color: Shamrock. HEX triplet: 46, D5 and A2. RGB value is (70,213,162). Sum of RGB (Red+Green+Blue) = 70+213+162=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #46D5A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D5A2 is #B92A5D. Grayscale: #A4A4A4. Windows color (decimal): -12135006 or 10671430. OLE color: 10671430.
HSL color Cylindrical-coordinate representation of color #46D5A2: hue angle of 158.6º 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 #46D5A2 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 162 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.16 |
| HSL | 158.6º | 0.63% | 0.55% | - |
| HSV(B) | 158.6º | 0.67% | 0.84% | - |
| XYZ | 32.84 | 51.5 | 42.39 | - |
| YUV | 164.43 | 126.62 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 162 | 0.67 | 0 | 0.24 | 0.16 | 158.6 | 0.63 | 0.55 |
| Hex | 46 | D5 | A2 | 43 | 0 | 18 | 10 | 9F | 3F | 37 |
| Octal | 106 | 325 | 242 | 103 | 0 | 30 | 20 | 237 | 77 | 67 |
| Binary | 1000110 | 11010101 | 10100010 | 1000011 | 0 | 11000 | 10000 | 10011111 | 111111 | 110111 |
Color Harmonies of #46D5A2
Complementary color
Monochromatic Colors of #46D5A2
Black with #46D5A2
Text Example
Text Example
White with #46D5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D5A2; }
p { color: rgb(70,213,162); }
H1.HeaderClassName
{
color: #46D5A2;
}
.AnyTagClassName
{
color: #46D5A2;
}
</style>
background-color css
<style>
a { background-color: #46D5A2; }
a { background-color: rgb(70,213,162); }
div.DivClassName
{
background-color: #46D5A2;
}
.BgClassName
{
background-color: #46D5A2;
}
</style>
border-color css
<style>
span { border-color: #46D5A2; }
span { border-color: rgb(70,213,162); }
td.TdClassName
{
border-color: #46D5A2;
}
.TagClassName
{
border-color: #46D5A2;
}
</style>