Shades of Shamrock #46DAA3
Tints of Shamrock #46DAA3
RGB
CMYK
RGB Variations
Color information
#46DAA3 (or 0x46DAA3) is known color: Shamrock. HEX triplet: 46, DA and A3. RGB value is (70,218,163). Sum of RGB (Red+Green+Blue) = 70+218+163=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #46DAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DAA3 is #B9255C. Grayscale: #A7A7A7. Windows color (decimal): -12133725 or 10738246. OLE color: 10738246.
HSL color Cylindrical-coordinate representation of color #46DAA3: hue angle of 157.7º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DAA3 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 218 | 163 | - |
| CMYK | 0.68 | 0 | 0.25 | 0.15 |
| HSL | 157.7º | 0.67% | 0.56% | - |
| HSV(B) | 157.7º | 0.68% | 0.85% | - |
| XYZ | 34.21 | 54.09 | 43.29 | - |
| YUV | 167.48 | 125.47 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 218 | 163 | 0.68 | 0 | 0.25 | 0.15 | 157.7 | 0.67 | 0.56 |
| Hex | 46 | DA | A3 | 44 | 0 | 19 | F | 9E | 43 | 38 |
| Octal | 106 | 332 | 243 | 104 | 0 | 31 | 17 | 236 | 103 | 70 |
| Binary | 1000110 | 11011010 | 10100011 | 1000100 | 0 | 11001 | 1111 | 10011110 | 1000011 | 111000 |
Color Harmonies of #46DAA3
Complementary color
Monochromatic Colors of #46DAA3
Black with #46DAA3
Text Example
Text Example
White with #46DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DAA3; }
p { color: rgb(70,218,163); }
H1.HeaderClassName
{
color: #46DAA3;
}
.AnyTagClassName
{
color: #46DAA3;
}
</style>
background-color css
<style>
a { background-color: #46DAA3; }
a { background-color: rgb(70,218,163); }
div.DivClassName
{
background-color: #46DAA3;
}
.BgClassName
{
background-color: #46DAA3;
}
</style>
border-color css
<style>
span { border-color: #46DAA3; }
span { border-color: rgb(70,218,163); }
td.TdClassName
{
border-color: #46DAA3;
}
.TagClassName
{
border-color: #46DAA3;
}
</style>