Shades of Shamrock #46DB9D
Tints of Shamrock #46DB9D
RGB
CMYK
RGB Variations
Color information
#46DB9D (or 0x46DB9D) is known color: Shamrock. HEX triplet: 46, DB and 9D. RGB value is (70,219,157). Sum of RGB (Red+Green+Blue) = 70+219+157=446 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.70% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DB9D is #B92462. Grayscale: #A7A7A7. Windows color (decimal): -12133475 or 10345286. OLE color: 10345286.
HSL color Cylindrical-coordinate representation of color #46DB9D: hue angle of 155.03º 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 #46DB9D is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 157 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.14 |
| HSL | 155.03º | 0.67% | 0.57% | - |
| HSV(B) | 155.03º | 0.68% | 0.86% | - |
| XYZ | 33.94 | 54.4 | 40.61 | - |
| YUV | 167.38 | 122.14 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 157 | 0.68 | 0 | 0.28 | 0.14 | 155.03 | 0.67 | 0.57 |
| Hex | 46 | DB | 9D | 44 | 0 | 1C | E | 9B | 43 | 39 |
| Octal | 106 | 333 | 235 | 104 | 0 | 34 | 16 | 233 | 103 | 71 |
| Binary | 1000110 | 11011011 | 10011101 | 1000100 | 0 | 11100 | 1110 | 10011011 | 1000011 | 111001 |
Color Harmonies of #46DB9D
Complementary color
Monochromatic Colors of #46DB9D
Black with #46DB9D
Text Example
Text Example
White with #46DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DB9D; }
p { color: rgb(70,219,157); }
H1.HeaderClassName
{
color: #46DB9D;
}
.AnyTagClassName
{
color: #46DB9D;
}
</style>
background-color css
<style>
a { background-color: #46DB9D; }
a { background-color: rgb(70,219,157); }
div.DivClassName
{
background-color: #46DB9D;
}
.BgClassName
{
background-color: #46DB9D;
}
</style>
border-color css
<style>
span { border-color: #46DB9D; }
span { border-color: rgb(70,219,157); }
td.TdClassName
{
border-color: #46DB9D;
}
.TagClassName
{
border-color: #46DB9D;
}
</style>