Shades of Shamrock #49DDA2
Tints of Shamrock #49DDA2
RGB
CMYK
RGB Variations
Color information
#49DDA2 (or 0x49DDA2) is known color: Shamrock. HEX triplet: 49, DD and A2. RGB value is (73,221,162). Sum of RGB (Red+Green+Blue) = 73+221+162=456 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.01% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DDA2 is #B6225D. Grayscale: #AAAAAA. Windows color (decimal): -11936350 or 10673481. OLE color: 10673481.
HSL color Cylindrical-coordinate representation of color #49DDA2: hue angle of 156.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DDA2 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 162 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.13 |
| HSL | 156.08º | 0.69% | 0.58% | - |
| HSV(B) | 156.08º | 0.67% | 0.87% | - |
| XYZ | 35.13 | 55.74 | 43.09 | - |
| YUV | 170.02 | 123.47 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 162 | 0.67 | 0 | 0.27 | 0.13 | 156.08 | 0.69 | 0.58 |
| Hex | 49 | DD | A2 | 43 | 0 | 1B | D | 9C | 45 | 3A |
| Octal | 111 | 335 | 242 | 103 | 0 | 33 | 15 | 234 | 105 | 72 |
| Binary | 1001001 | 11011101 | 10100010 | 1000011 | 0 | 11011 | 1101 | 10011100 | 1000101 | 111010 |
Color Harmonies of #49DDA2
Complementary color
Monochromatic Colors of #49DDA2
Black with #49DDA2
Text Example
Text Example
White with #49DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDA2; }
p { color: rgb(73,221,162); }
H1.HeaderClassName
{
color: #49DDA2;
}
.AnyTagClassName
{
color: #49DDA2;
}
</style>
background-color css
<style>
a { background-color: #49DDA2; }
a { background-color: rgb(73,221,162); }
div.DivClassName
{
background-color: #49DDA2;
}
.BgClassName
{
background-color: #49DDA2;
}
</style>
border-color css
<style>
span { border-color: #49DDA2; }
span { border-color: rgb(73,221,162); }
td.TdClassName
{
border-color: #49DDA2;
}
.TagClassName
{
border-color: #49DDA2;
}
</style>