Shades of Medium Aquamarine #49DAAC
Tints of Medium Aquamarine #49DAAC
RGB
CMYK
RGB Variations
Color information
#49DAAC (or 0x49DAAC) is known color: Medium Aquamarine. HEX triplet: 49, DA and AC. RGB value is (73,218,172). Sum of RGB (Red+Green+Blue) = 73+218+172=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #49DAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DAAC is #B62553. Grayscale: #A9A9A9. Windows color (decimal): -11937108 or 11328073. OLE color: 11328073.
HSL color Cylindrical-coordinate representation of color #49DAAC: hue angle of 160.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DAAC is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 172 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.15 |
| HSL | 160.97º | 0.66% | 0.57% | - |
| HSV(B) | 160.97º | 0.67% | 0.85% | - |
| XYZ | 35.27 | 54.54 | 47.7 | - |
| YUV | 169.4 | 129.46 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 172 | 0.67 | 0 | 0.21 | 0.15 | 160.97 | 0.66 | 0.57 |
| Hex | 49 | DA | AC | 43 | 0 | 15 | F | A1 | 42 | 39 |
| Octal | 111 | 332 | 254 | 103 | 0 | 25 | 17 | 241 | 102 | 71 |
| Binary | 1001001 | 11011010 | 10101100 | 1000011 | 0 | 10101 | 1111 | 10100001 | 1000010 | 111001 |
Color Harmonies of #49DAAC
Complementary color
Monochromatic Colors of #49DAAC
Black with #49DAAC
Text Example
Text Example
White with #49DAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DAAC; }
p { color: rgb(73,218,172); }
H1.HeaderClassName
{
color: #49DAAC;
}
.AnyTagClassName
{
color: #49DAAC;
}
</style>
background-color css
<style>
a { background-color: #49DAAC; }
a { background-color: rgb(73,218,172); }
div.DivClassName
{
background-color: #49DAAC;
}
.BgClassName
{
background-color: #49DAAC;
}
</style>
border-color css
<style>
span { border-color: #49DAAC; }
span { border-color: rgb(73,218,172); }
td.TdClassName
{
border-color: #49DAAC;
}
.TagClassName
{
border-color: #49DAAC;
}
</style>