Shades of Medium Aquamarine #49D6AC
Tints of Medium Aquamarine #49D6AC
RGB
CMYK
RGB Variations
Color information
#49D6AC (or 0x49D6AC) is known color: Medium Aquamarine. HEX triplet: 49, D6 and AC. RGB value is (73,214,172). Sum of RGB (Red+Green+Blue) = 73+214+172=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D6AC is #B62953. Grayscale: #A7A7A7. Windows color (decimal): -11938132 or 11327049. OLE color: 11327049.
HSL color Cylindrical-coordinate representation of color #49D6AC: hue angle of 162.13º degrees, saturation: 0.63, 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 #49D6AC is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 172 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.16 |
| HSL | 162.13º | 0.63% | 0.56% | - |
| HSV(B) | 162.13º | 0.66% | 0.84% | - |
| XYZ | 34.24 | 52.49 | 47.36 | - |
| YUV | 167.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 172 | 0.66 | 0 | 0.20 | 0.16 | 162.13 | 0.63 | 0.56 |
| Hex | 49 | D6 | AC | 42 | 0 | 14 | 10 | A2 | 3F | 38 |
| Octal | 111 | 326 | 254 | 102 | 0 | 24 | 20 | 242 | 77 | 70 |
| Binary | 1001001 | 11010110 | 10101100 | 1000010 | 0 | 10100 | 10000 | 10100010 | 111111 | 111000 |
Color Harmonies of #49D6AC
Complementary color
Monochromatic Colors of #49D6AC
Black with #49D6AC
Text Example
Text Example
White with #49D6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D6AC; }
p { color: rgb(73,214,172); }
H1.HeaderClassName
{
color: #49D6AC;
}
.AnyTagClassName
{
color: #49D6AC;
}
</style>
background-color css
<style>
a { background-color: #49D6AC; }
a { background-color: rgb(73,214,172); }
div.DivClassName
{
background-color: #49D6AC;
}
.BgClassName
{
background-color: #49D6AC;
}
</style>
border-color css
<style>
span { border-color: #49D6AC; }
span { border-color: rgb(73,214,172); }
td.TdClassName
{
border-color: #49D6AC;
}
.TagClassName
{
border-color: #49D6AC;
}
</style>