Shades of Shamrock #49D8AB
Tints of Shamrock #49D8AB
RGB
CMYK
RGB Variations
Color information
#49D8AB (or 0x49D8AB) is known color: Shamrock. HEX triplet: 49, D8 and AB. RGB value is (73,216,171). Sum of RGB (Red+Green+Blue) = 73+216+171=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #49D8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D8AB is #B62754. Grayscale: #A8A8A8. Windows color (decimal): -11937621 or 11262025. OLE color: 11262025.
HSL color Cylindrical-coordinate representation of color #49D8AB: hue angle of 161.12º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D8AB is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 171 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.15 |
| HSL | 161.12º | 0.65% | 0.57% | - |
| HSV(B) | 161.12º | 0.66% | 0.85% | - |
| XYZ | 34.65 | 53.47 | 47.02 | - |
| YUV | 168.11 | 129.62 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 171 | 0.66 | 0 | 0.21 | 0.15 | 161.12 | 0.65 | 0.57 |
| Hex | 49 | D8 | AB | 42 | 0 | 15 | F | A1 | 41 | 39 |
| Octal | 111 | 330 | 253 | 102 | 0 | 25 | 17 | 241 | 101 | 71 |
| Binary | 1001001 | 11011000 | 10101011 | 1000010 | 0 | 10101 | 1111 | 10100001 | 1000001 | 111001 |
Color Harmonies of #49D8AB
Complementary color
Monochromatic Colors of #49D8AB
Black with #49D8AB
Text Example
Text Example
White with #49D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D8AB; }
p { color: rgb(73,216,171); }
H1.HeaderClassName
{
color: #49D8AB;
}
.AnyTagClassName
{
color: #49D8AB;
}
</style>
background-color css
<style>
a { background-color: #49D8AB; }
a { background-color: rgb(73,216,171); }
div.DivClassName
{
background-color: #49D8AB;
}
.BgClassName
{
background-color: #49D8AB;
}
</style>
border-color css
<style>
span { border-color: #49D8AB; }
span { border-color: rgb(73,216,171); }
td.TdClassName
{
border-color: #49D8AB;
}
.TagClassName
{
border-color: #49D8AB;
}
</style>