Shades of Medium Aquamarine #49DDAC
Tints of Medium Aquamarine #49DDAC
RGB
CMYK
RGB Variations
Color information
#49DDAC (or 0x49DDAC) is known color: Medium Aquamarine. HEX triplet: 49, DD and AC. RGB value is (73,221,172). Sum of RGB (Red+Green+Blue) = 73+221+172=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DDAC is #B62253. Grayscale: #ABABAB. Windows color (decimal): -11936340 or 11328841. OLE color: 11328841.
HSL color Cylindrical-coordinate representation of color #49DDAC: hue angle of 160.14º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DDAC is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 172 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.13 |
| HSL | 160.14º | 0.69% | 0.58% | - |
| HSV(B) | 160.14º | 0.67% | 0.87% | - |
| XYZ | 36.05 | 56.11 | 47.96 | - |
| YUV | 171.16 | 128.47 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 172 | 0.67 | 0 | 0.22 | 0.13 | 160.14 | 0.69 | 0.58 |
| Hex | 49 | DD | AC | 43 | 0 | 16 | D | A0 | 45 | 3A |
| Octal | 111 | 335 | 254 | 103 | 0 | 26 | 15 | 240 | 105 | 72 |
| Binary | 1001001 | 11011101 | 10101100 | 1000011 | 0 | 10110 | 1101 | 10100000 | 1000101 | 111010 |
Color Harmonies of #49DDAC
Complementary color
Monochromatic Colors of #49DDAC
Black with #49DDAC
Text Example
Text Example
White with #49DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DDAC; }
p { color: rgb(73,221,172); }
H1.HeaderClassName
{
color: #49DDAC;
}
.AnyTagClassName
{
color: #49DDAC;
}
</style>
background-color css
<style>
a { background-color: #49DDAC; }
a { background-color: rgb(73,221,172); }
div.DivClassName
{
background-color: #49DDAC;
}
.BgClassName
{
background-color: #49DDAC;
}
</style>
border-color css
<style>
span { border-color: #49DDAC; }
span { border-color: rgb(73,221,172); }
td.TdClassName
{
border-color: #49DDAC;
}
.TagClassName
{
border-color: #49DDAC;
}
</style>