Shades of Shamrock #46DBA9
Tints of Shamrock #46DBA9
RGB
CMYK
RGB Variations
Color information
#46DBA9 (or 0x46DBA9) is known color: Shamrock. HEX triplet: 46, DB and A9. RGB value is (70,219,169). Sum of RGB (Red+Green+Blue) = 70+219+169=458 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.28% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DBA9 is #B92456. Grayscale: #A8A8A8. Windows color (decimal): -12133463 or 11131718. OLE color: 11131718.
HSL color Cylindrical-coordinate representation of color #46DBA9: hue angle of 159.87º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DBA9 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 169 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.14 |
| HSL | 159.87º | 0.67% | 0.57% | - |
| HSV(B) | 159.87º | 0.68% | 0.86% | - |
| XYZ | 35.02 | 54.83 | 46.27 | - |
| YUV | 168.75 | 128.14 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 169 | 0.68 | 0 | 0.23 | 0.14 | 159.87 | 0.67 | 0.57 |
| Hex | 46 | DB | A9 | 44 | 0 | 17 | E | A0 | 43 | 39 |
| Octal | 106 | 333 | 251 | 104 | 0 | 27 | 16 | 240 | 103 | 71 |
| Binary | 1000110 | 11011011 | 10101001 | 1000100 | 0 | 10111 | 1110 | 10100000 | 1000011 | 111001 |
Color Harmonies of #46DBA9
Complementary color
Monochromatic Colors of #46DBA9
Black with #46DBA9
Text Example
Text Example
White with #46DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBA9; }
p { color: rgb(70,219,169); }
H1.HeaderClassName
{
color: #46DBA9;
}
.AnyTagClassName
{
color: #46DBA9;
}
</style>
background-color css
<style>
a { background-color: #46DBA9; }
a { background-color: rgb(70,219,169); }
div.DivClassName
{
background-color: #46DBA9;
}
.BgClassName
{
background-color: #46DBA9;
}
</style>
border-color css
<style>
span { border-color: #46DBA9; }
span { border-color: rgb(70,219,169); }
td.TdClassName
{
border-color: #46DBA9;
}
.TagClassName
{
border-color: #46DBA9;
}
</style>