Shades of Shamrock #49D2AB
Tints of Shamrock #49D2AB
RGB
CMYK
RGB Variations
Color information
#49D2AB (or 0x49D2AB) is known color: Shamrock. HEX triplet: 49, D2 and AB. RGB value is (73,210,171). Sum of RGB (Red+Green+Blue) = 73+210+171=454 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.08% from 454); Green value is 210 (82.42% from 255 or 46.26% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 210 - color contains mainly: green. Hex color #49D2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D2AB is #B62D54. Grayscale: #A4A4A4. Windows color (decimal): -11939157 or 11260489. OLE color: 11260489.
HSL color Cylindrical-coordinate representation of color #49D2AB: hue angle of 162.92º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D2AB is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 210 | 171 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.18 |
| HSL | 162.92º | 0.6% | 0.55% | - |
| HSV(B) | 162.92º | 0.65% | 0.82% | - |
| XYZ | 33.14 | 50.45 | 46.52 | - |
| YUV | 164.59 | 131.61 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 210 | 171 | 0.65 | 0 | 0.19 | 0.18 | 162.92 | 0.6 | 0.55 |
| Hex | 49 | D2 | AB | 41 | 0 | 13 | 12 | A3 | 3C | 37 |
| Octal | 111 | 322 | 253 | 101 | 0 | 23 | 22 | 243 | 74 | 67 |
| Binary | 1001001 | 11010010 | 10101011 | 1000001 | 0 | 10011 | 10010 | 10100011 | 111100 | 110111 |
Color Harmonies of #49D2AB
Complementary color
Monochromatic Colors of #49D2AB
Black with #49D2AB
Text Example
Text Example
White with #49D2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D2AB; }
p { color: rgb(73,210,171); }
H1.HeaderClassName
{
color: #49D2AB;
}
.AnyTagClassName
{
color: #49D2AB;
}
</style>
background-color css
<style>
a { background-color: #49D2AB; }
a { background-color: rgb(73,210,171); }
div.DivClassName
{
background-color: #49D2AB;
}
.BgClassName
{
background-color: #49D2AB;
}
</style>
border-color css
<style>
span { border-color: #49D2AB; }
span { border-color: rgb(73,210,171); }
td.TdClassName
{
border-color: #49D2AB;
}
.TagClassName
{
border-color: #49D2AB;
}
</style>