Shades of Shamrock #49DBAA
Tints of Shamrock #49DBAA
RGB
CMYK
RGB Variations
Color information
#49DBAA (or 0x49DBAA) is known color: Shamrock. HEX triplet: 49, DB and AA. RGB value is (73,219,170). Sum of RGB (Red+Green+Blue) = 73+219+170=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DBAA is #B62455. Grayscale: #A9A9A9. Windows color (decimal): -11936854 or 11197257. OLE color: 11197257.
HSL color Cylindrical-coordinate representation of color #49DBAA: hue angle of 159.86º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBAA is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 170 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.14 |
| HSL | 159.86º | 0.67% | 0.57% | - |
| HSV(B) | 159.86º | 0.67% | 0.86% | - |
| XYZ | 35.33 | 54.98 | 46.78 | - |
| YUV | 169.76 | 128.13 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 170 | 0.67 | 0 | 0.22 | 0.14 | 159.86 | 0.67 | 0.57 |
| Hex | 49 | DB | AA | 43 | 0 | 16 | E | A0 | 43 | 39 |
| Octal | 111 | 333 | 252 | 103 | 0 | 26 | 16 | 240 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10101010 | 1000011 | 0 | 10110 | 1110 | 10100000 | 1000011 | 111001 |
Color Harmonies of #49DBAA
Complementary color
Monochromatic Colors of #49DBAA
Black with #49DBAA
Text Example
Text Example
White with #49DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBAA; }
p { color: rgb(73,219,170); }
H1.HeaderClassName
{
color: #49DBAA;
}
.AnyTagClassName
{
color: #49DBAA;
}
</style>
background-color css
<style>
a { background-color: #49DBAA; }
a { background-color: rgb(73,219,170); }
div.DivClassName
{
background-color: #49DBAA;
}
.BgClassName
{
background-color: #49DBAA;
}
</style>
border-color css
<style>
span { border-color: #49DBAA; }
span { border-color: rgb(73,219,170); }
td.TdClassName
{
border-color: #49DBAA;
}
.TagClassName
{
border-color: #49DBAA;
}
</style>