Shades of Shamrock #49D6A1
Tints of Shamrock #49D6A1
RGB
CMYK
RGB Variations
Color information
#49D6A1 (or 0x49D6A1) is known color: Shamrock. HEX triplet: 49, D6 and A1. RGB value is (73,214,161). Sum of RGB (Red+Green+Blue) = 73+214+161=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D6A1 is #B6295E. Grayscale: #A5A5A5. Windows color (decimal): -11938143 or 10606153. OLE color: 10606153.
HSL color Cylindrical-coordinate representation of color #49D6A1: hue angle of 157.45º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D6A1 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 161 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.16 |
| HSL | 157.45º | 0.63% | 0.56% | - |
| HSV(B) | 157.45º | 0.66% | 0.84% | - |
| XYZ | 33.23 | 52.08 | 42.02 | - |
| YUV | 165.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 161 | 0.66 | 0 | 0.25 | 0.16 | 157.45 | 0.63 | 0.56 |
| Hex | 49 | D6 | A1 | 42 | 0 | 19 | 10 | 9D | 3F | 38 |
| Octal | 111 | 326 | 241 | 102 | 0 | 31 | 20 | 235 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10100001 | 1000010 | 0 | 11001 | 10000 | 10011101 | 111111 | 111000 |
Color Harmonies of #49D6A1
Complementary color
Monochromatic Colors of #49D6A1
Black with #49D6A1
Text Example
Text Example
White with #49D6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D6A1; }
p { color: rgb(73,214,161); }
H1.HeaderClassName
{
color: #49D6A1;
}
.AnyTagClassName
{
color: #49D6A1;
}
</style>
background-color css
<style>
a { background-color: #49D6A1; }
a { background-color: rgb(73,214,161); }
div.DivClassName
{
background-color: #49D6A1;
}
.BgClassName
{
background-color: #49D6A1;
}
</style>
border-color css
<style>
span { border-color: #49D6A1; }
span { border-color: rgb(73,214,161); }
td.TdClassName
{
border-color: #49D6A1;
}
.TagClassName
{
border-color: #49D6A1;
}
</style>