Shades of Medium Aquamarine #49D9AC
Tints of Medium Aquamarine #49D9AC
RGB
CMYK
RGB Variations
Color information
#49D9AC (or 0x49D9AC) is known color: Medium Aquamarine. HEX triplet: 49, D9 and AC. RGB value is (73,217,172). Sum of RGB (Red+Green+Blue) = 73+217+172=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #49D9AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D9AC is #B62653. Grayscale: #A8A8A8. Windows color (decimal): -11937364 or 11327817. OLE color: 11327817.
HSL color Cylindrical-coordinate representation of color #49D9AC: hue angle of 161.25º 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 #49D9AC is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 172 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.15 |
| HSL | 161.25º | 0.65% | 0.57% | - |
| HSV(B) | 161.25º | 0.66% | 0.85% | - |
| XYZ | 35.01 | 54.02 | 47.61 | - |
| YUV | 168.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 172 | 0.66 | 0 | 0.21 | 0.15 | 161.25 | 0.65 | 0.57 |
| Hex | 49 | D9 | AC | 42 | 0 | 15 | F | A1 | 41 | 39 |
| Octal | 111 | 331 | 254 | 102 | 0 | 25 | 17 | 241 | 101 | 71 |
| Binary | 1001001 | 11011001 | 10101100 | 1000010 | 0 | 10101 | 1111 | 10100001 | 1000001 | 111001 |
Color Harmonies of #49D9AC
Complementary color
Monochromatic Colors of #49D9AC
Black with #49D9AC
Text Example
Text Example
White with #49D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D9AC; }
p { color: rgb(73,217,172); }
H1.HeaderClassName
{
color: #49D9AC;
}
.AnyTagClassName
{
color: #49D9AC;
}
</style>
background-color css
<style>
a { background-color: #49D9AC; }
a { background-color: rgb(73,217,172); }
div.DivClassName
{
background-color: #49D9AC;
}
.BgClassName
{
background-color: #49D9AC;
}
</style>
border-color css
<style>
span { border-color: #49D9AC; }
span { border-color: rgb(73,217,172); }
td.TdClassName
{
border-color: #49D9AC;
}
.TagClassName
{
border-color: #49D9AC;
}
</style>