Shades of Shamrock #49D5A6
Tints of Shamrock #49D5A6
RGB
CMYK
RGB Variations
Color information
#49D5A6 (or 0x49D5A6) is known color: Shamrock. HEX triplet: 49, D5 and A6. RGB value is (73,213,166). Sum of RGB (Red+Green+Blue) = 73+213+166=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D5A6 is #B62A59. Grayscale: #A5A5A5. Windows color (decimal): -11938394 or 10933577. OLE color: 10933577.
HSL color Cylindrical-coordinate representation of color #49D5A6: hue angle of 159.86º degrees, saturation: 0.62, 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 #49D5A6 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 166 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.16 |
| HSL | 159.86º | 0.63% | 0.56% | - |
| HSV(B) | 159.86º | 0.66% | 0.84% | - |
| XYZ | 33.42 | 51.76 | 44.31 | - |
| YUV | 165.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 166 | 0.66 | 0 | 0.22 | 0.16 | 159.86 | 0.63 | 0.56 |
| Hex | 49 | D5 | A6 | 42 | 0 | 16 | 10 | A0 | 3E | 38 |
| Octal | 111 | 325 | 246 | 102 | 0 | 26 | 20 | 240 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10100110 | 1000010 | 0 | 10110 | 10000 | 10100000 | 111110 | 111000 |
Color Harmonies of #49D5A6
Complementary color
Monochromatic Colors of #49D5A6
Black with #49D5A6
Text Example
Text Example
White with #49D5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D5A6; }
p { color: rgb(73,213,166); }
H1.HeaderClassName
{
color: #49D5A6;
}
.AnyTagClassName
{
color: #49D5A6;
}
</style>
background-color css
<style>
a { background-color: #49D5A6; }
a { background-color: rgb(73,213,166); }
div.DivClassName
{
background-color: #49D5A6;
}
.BgClassName
{
background-color: #49D5A6;
}
</style>
border-color css
<style>
span { border-color: #49D5A6; }
span { border-color: rgb(73,213,166); }
td.TdClassName
{
border-color: #49D5A6;
}
.TagClassName
{
border-color: #49D5A6;
}
</style>