Shades of Shamrock #46DBAA
Tints of Shamrock #46DBAA
RGB
CMYK
RGB Variations
Color information
#46DBAA (or 0x46DBAA) is known color: Shamrock. HEX triplet: 46, DB and AA. RGB value is (70,219,170). Sum of RGB (Red+Green+Blue) = 70+219+170=459 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.25% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #46DBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DBAA is #B92455. Grayscale: #A8A8A8. Windows color (decimal): -12133462 or 11197254. OLE color: 11197254.
HSL color Cylindrical-coordinate representation of color #46DBAA: hue angle of 160.27º 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 #46DBAA is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 170 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.14 |
| HSL | 160.27º | 0.67% | 0.57% | - |
| HSV(B) | 160.27º | 0.68% | 0.86% | - |
| XYZ | 35.11 | 54.87 | 46.77 | - |
| YUV | 168.86 | 128.64 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 170 | 0.68 | 0 | 0.22 | 0.14 | 160.27 | 0.67 | 0.57 |
| Hex | 46 | DB | AA | 44 | 0 | 16 | E | A0 | 43 | 39 |
| Octal | 106 | 333 | 252 | 104 | 0 | 26 | 16 | 240 | 103 | 71 |
| Binary | 1000110 | 11011011 | 10101010 | 1000100 | 0 | 10110 | 1110 | 10100000 | 1000011 | 111001 |
Color Harmonies of #46DBAA
Complementary color
Monochromatic Colors of #46DBAA
Black with #46DBAA
Text Example
Text Example
White with #46DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBAA; }
p { color: rgb(70,219,170); }
H1.HeaderClassName
{
color: #46DBAA;
}
.AnyTagClassName
{
color: #46DBAA;
}
</style>
background-color css
<style>
a { background-color: #46DBAA; }
a { background-color: rgb(70,219,170); }
div.DivClassName
{
background-color: #46DBAA;
}
.BgClassName
{
background-color: #46DBAA;
}
</style>
border-color css
<style>
span { border-color: #46DBAA; }
span { border-color: rgb(70,219,170); }
td.TdClassName
{
border-color: #46DBAA;
}
.TagClassName
{
border-color: #46DBAA;
}
</style>