Shades of Shamrock #49DCAB
Tints of Shamrock #49DCAB
RGB
CMYK
RGB Variations
Color information
#49DCAB (or 0x49DCAB) is known color: Shamrock. HEX triplet: 49, DC and AB. RGB value is (73,220,171). Sum of RGB (Red+Green+Blue) = 73+220+171=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DCAB is #B62354. Grayscale: #AAAAAA. Windows color (decimal): -11936597 or 11263049. OLE color: 11263049.
HSL color Cylindrical-coordinate representation of color #49DCAB: hue angle of 160º degrees, saturation: 0.68, 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 #49DCAB is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 171 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.14 |
| HSL | 160º | 0.68% | 0.57% | - |
| HSV(B) | 160º | 0.67% | 0.86% | - |
| XYZ | 35.69 | 55.54 | 47.37 | - |
| YUV | 170.46 | 128.3 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 171 | 0.67 | 0 | 0.22 | 0.14 | 160 | 0.68 | 0.57 |
| Hex | 49 | DC | AB | 43 | 0 | 16 | E | A0 | 44 | 39 |
| Octal | 111 | 334 | 253 | 103 | 0 | 26 | 16 | 240 | 104 | 71 |
| Binary | 1001001 | 11011100 | 10101011 | 1000011 | 0 | 10110 | 1110 | 10100000 | 1000100 | 111001 |
Color Harmonies of #49DCAB
Complementary color
Monochromatic Colors of #49DCAB
Black with #49DCAB
Text Example
Text Example
White with #49DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCAB; }
p { color: rgb(73,220,171); }
H1.HeaderClassName
{
color: #49DCAB;
}
.AnyTagClassName
{
color: #49DCAB;
}
</style>
background-color css
<style>
a { background-color: #49DCAB; }
a { background-color: rgb(73,220,171); }
div.DivClassName
{
background-color: #49DCAB;
}
.BgClassName
{
background-color: #49DCAB;
}
</style>
border-color css
<style>
span { border-color: #49DCAB; }
span { border-color: rgb(73,220,171); }
td.TdClassName
{
border-color: #49DCAB;
}
.TagClassName
{
border-color: #49DCAB;
}
</style>