Shades of Shamrock #46DDAB
Tints of Shamrock #46DDAB
RGB
CMYK
RGB Variations
Color information
#46DDAB (or 0x46DDAB) is known color: Shamrock. HEX triplet: 46, DD and AB. RGB value is (70,221,171). Sum of RGB (Red+Green+Blue) = 70+221+171=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DDAB is #B92254. Grayscale: #AAAAAA. Windows color (decimal): -12132949 or 11263302. OLE color: 11263302.
HSL color Cylindrical-coordinate representation of color #46DDAB: hue angle of 160.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DDAB is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 171 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.13 |
| HSL | 160.13º | 0.69% | 0.57% | - |
| HSV(B) | 160.13º | 0.68% | 0.87% | - |
| XYZ | 35.73 | 55.96 | 47.45 | - |
| YUV | 170.15 | 128.47 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 171 | 0.68 | 0 | 0.23 | 0.13 | 160.13 | 0.69 | 0.57 |
| Hex | 46 | DD | AB | 44 | 0 | 17 | D | A0 | 45 | 39 |
| Octal | 106 | 335 | 253 | 104 | 0 | 27 | 15 | 240 | 105 | 71 |
| Binary | 1000110 | 11011101 | 10101011 | 1000100 | 0 | 10111 | 1101 | 10100000 | 1000101 | 111001 |
Color Harmonies of #46DDAB
Complementary color
Monochromatic Colors of #46DDAB
Black with #46DDAB
Text Example
Text Example
White with #46DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DDAB; }
p { color: rgb(70,221,171); }
H1.HeaderClassName
{
color: #46DDAB;
}
.AnyTagClassName
{
color: #46DDAB;
}
</style>
background-color css
<style>
a { background-color: #46DDAB; }
a { background-color: rgb(70,221,171); }
div.DivClassName
{
background-color: #46DDAB;
}
.BgClassName
{
background-color: #46DDAB;
}
</style>
border-color css
<style>
span { border-color: #46DDAB; }
span { border-color: rgb(70,221,171); }
td.TdClassName
{
border-color: #46DDAB;
}
.TagClassName
{
border-color: #46DDAB;
}
</style>