Shades of Shamrock #49D7AA
Tints of Shamrock #49D7AA
RGB
CMYK
RGB Variations
Color information
#49D7AA (or 0x49D7AA) is known color: Shamrock. HEX triplet: 49, D7 and AA. RGB value is (73,215,170). Sum of RGB (Red+Green+Blue) = 73+215+170=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #49D7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D7AA is #B62855. Grayscale: #A7A7A7. Windows color (decimal): -11937878 or 11196233. OLE color: 11196233.
HSL color Cylindrical-coordinate representation of color #49D7AA: hue angle of 160.99º degrees, saturation: 0.64, 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 #49D7AA is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 170 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.16 |
| HSL | 160.99º | 0.64% | 0.56% | - |
| HSV(B) | 160.99º | 0.66% | 0.84% | - |
| XYZ | 34.3 | 52.92 | 46.44 | - |
| YUV | 167.41 | 129.46 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 170 | 0.66 | 0 | 0.21 | 0.16 | 160.99 | 0.64 | 0.56 |
| Hex | 49 | D7 | AA | 42 | 0 | 15 | 10 | A1 | 40 | 38 |
| Octal | 111 | 327 | 252 | 102 | 0 | 25 | 20 | 241 | 100 | 70 |
| Binary | 1001001 | 11010111 | 10101010 | 1000010 | 0 | 10101 | 10000 | 10100001 | 1000000 | 111000 |
Color Harmonies of #49D7AA
Complementary color
Monochromatic Colors of #49D7AA
Black with #49D7AA
Text Example
Text Example
White with #49D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D7AA; }
p { color: rgb(73,215,170); }
H1.HeaderClassName
{
color: #49D7AA;
}
.AnyTagClassName
{
color: #49D7AA;
}
</style>
background-color css
<style>
a { background-color: #49D7AA; }
a { background-color: rgb(73,215,170); }
div.DivClassName
{
background-color: #49D7AA;
}
.BgClassName
{
background-color: #49D7AA;
}
</style>
border-color css
<style>
span { border-color: #49D7AA; }
span { border-color: rgb(73,215,170); }
td.TdClassName
{
border-color: #49D7AA;
}
.TagClassName
{
border-color: #49D7AA;
}
</style>