Shades of Shamrock #46DBA0
Tints of Shamrock #46DBA0
RGB
CMYK
RGB Variations
Color information
#46DBA0 (or 0x46DBA0) is known color: Shamrock. HEX triplet: 46, DB and A0. RGB value is (70,219,160). Sum of RGB (Red+Green+Blue) = 70+219+160=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DBA0 is #B9245F. Grayscale: #A7A7A7. Windows color (decimal): -12133472 or 10541894. OLE color: 10541894.
HSL color Cylindrical-coordinate representation of color #46DBA0: hue angle of 156.24º 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 #46DBA0 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 160 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.14 |
| HSL | 156.24º | 0.67% | 0.57% | - |
| HSV(B) | 156.24º | 0.68% | 0.86% | - |
| XYZ | 34.2 | 54.5 | 41.98 | - |
| YUV | 167.72 | 123.64 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 160 | 0.68 | 0 | 0.27 | 0.14 | 156.24 | 0.67 | 0.57 |
| Hex | 46 | DB | A0 | 44 | 0 | 1B | E | 9C | 43 | 39 |
| Octal | 106 | 333 | 240 | 104 | 0 | 33 | 16 | 234 | 103 | 71 |
| Binary | 1000110 | 11011011 | 10100000 | 1000100 | 0 | 11011 | 1110 | 10011100 | 1000011 | 111001 |
Color Harmonies of #46DBA0
Complementary color
Monochromatic Colors of #46DBA0
Black with #46DBA0
Text Example
Text Example
White with #46DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBA0; }
p { color: rgb(70,219,160); }
H1.HeaderClassName
{
color: #46DBA0;
}
.AnyTagClassName
{
color: #46DBA0;
}
</style>
background-color css
<style>
a { background-color: #46DBA0; }
a { background-color: rgb(70,219,160); }
div.DivClassName
{
background-color: #46DBA0;
}
.BgClassName
{
background-color: #46DBA0;
}
</style>
border-color css
<style>
span { border-color: #46DBA0; }
span { border-color: rgb(70,219,160); }
td.TdClassName
{
border-color: #46DBA0;
}
.TagClassName
{
border-color: #46DBA0;
}
</style>