Shades of Shamrock #46DBAF
Tints of Shamrock #46DBAF
RGB
CMYK
RGB Variations
Color information
#46DBAF (or 0x46DBAF) is known color: Shamrock. HEX triplet: 46, DB and AF. RGB value is (70,219,175). Sum of RGB (Red+Green+Blue) = 70+219+175=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DBAF is #B92450. Grayscale: #A9A9A9. Windows color (decimal): -12133457 or 11524934. OLE color: 11524934.
HSL color Cylindrical-coordinate representation of color #46DBAF: hue angle of 162.28º 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 #46DBAF is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 175 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.14 |
| HSL | 162.28º | 0.67% | 0.57% | - |
| HSV(B) | 162.28º | 0.68% | 0.86% | - |
| XYZ | 35.6 | 55.06 | 49.31 | - |
| YUV | 169.43 | 131.14 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 175 | 0.68 | 0 | 0.20 | 0.14 | 162.28 | 0.67 | 0.57 |
| Hex | 46 | DB | AF | 44 | 0 | 14 | E | A2 | 43 | 39 |
| Octal | 106 | 333 | 257 | 104 | 0 | 24 | 16 | 242 | 103 | 71 |
| Binary | 1000110 | 11011011 | 10101111 | 1000100 | 0 | 10100 | 1110 | 10100010 | 1000011 | 111001 |
Color Harmonies of #46DBAF
Complementary color
Monochromatic Colors of #46DBAF
Black with #46DBAF
Text Example
Text Example
White with #46DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBAF; }
p { color: rgb(70,219,175); }
H1.HeaderClassName
{
color: #46DBAF;
}
.AnyTagClassName
{
color: #46DBAF;
}
</style>
background-color css
<style>
a { background-color: #46DBAF; }
a { background-color: rgb(70,219,175); }
div.DivClassName
{
background-color: #46DBAF;
}
.BgClassName
{
background-color: #46DBAF;
}
</style>
border-color css
<style>
span { border-color: #46DBAF; }
span { border-color: rgb(70,219,175); }
td.TdClassName
{
border-color: #46DBAF;
}
.TagClassName
{
border-color: #46DBAF;
}
</style>