Shades of Shamrock #46DB9F
Tints of Shamrock #46DB9F
RGB
CMYK
RGB Variations
Color information
#46DB9F (or 0x46DB9F) is known color: Shamrock. HEX triplet: 46, DB and 9F. RGB value is (70,219,159). Sum of RGB (Red+Green+Blue) = 70+219+159=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DB9F is #B92460. Grayscale: #A7A7A7. Windows color (decimal): -12133473 or 10476358. OLE color: 10476358.
HSL color Cylindrical-coordinate representation of color #46DB9F: hue angle of 155.84º 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 #46DB9F is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 159 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.14 |
| HSL | 155.84º | 0.67% | 0.57% | - |
| HSV(B) | 155.84º | 0.68% | 0.86% | - |
| XYZ | 34.12 | 54.47 | 41.52 | - |
| YUV | 167.61 | 123.14 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 159 | 0.68 | 0 | 0.27 | 0.14 | 155.84 | 0.67 | 0.57 |
| Hex | 46 | DB | 9F | 44 | 0 | 1B | E | 9C | 43 | 39 |
| Octal | 106 | 333 | 237 | 104 | 0 | 33 | 16 | 234 | 103 | 71 |
| Binary | 1000110 | 11011011 | 10011111 | 1000100 | 0 | 11011 | 1110 | 10011100 | 1000011 | 111001 |
Color Harmonies of #46DB9F
Complementary color
Monochromatic Colors of #46DB9F
Black with #46DB9F
Text Example
Text Example
White with #46DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DB9F; }
p { color: rgb(70,219,159); }
H1.HeaderClassName
{
color: #46DB9F;
}
.AnyTagClassName
{
color: #46DB9F;
}
</style>
background-color css
<style>
a { background-color: #46DB9F; }
a { background-color: rgb(70,219,159); }
div.DivClassName
{
background-color: #46DB9F;
}
.BgClassName
{
background-color: #46DB9F;
}
</style>
border-color css
<style>
span { border-color: #46DB9F; }
span { border-color: rgb(70,219,159); }
td.TdClassName
{
border-color: #46DB9F;
}
.TagClassName
{
border-color: #46DB9F;
}
</style>