Shades of Medium Aquamarine #49D5AD
Tints of Medium Aquamarine #49D5AD
RGB
CMYK
RGB Variations
Color information
#49D5AD (or 0x49D5AD) is known color: Medium Aquamarine. HEX triplet: 49, D5 and AD. RGB value is (73,213,173). Sum of RGB (Red+Green+Blue) = 73+213+173=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D5AD is #B62A52. Grayscale: #A6A6A6. Windows color (decimal): -11938387 or 11392329. OLE color: 11392329.
HSL color Cylindrical-coordinate representation of color #49D5AD: hue angle of 162.86º degrees, saturation: 0.62, 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 #49D5AD is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 173 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.16 |
| HSL | 162.86º | 0.63% | 0.56% | - |
| HSV(B) | 162.86º | 0.66% | 0.84% | - |
| XYZ | 34.08 | 52.02 | 47.78 | - |
| YUV | 166.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 173 | 0.66 | 0 | 0.19 | 0.16 | 162.86 | 0.63 | 0.56 |
| Hex | 49 | D5 | AD | 42 | 0 | 13 | 10 | A3 | 3E | 38 |
| Octal | 111 | 325 | 255 | 102 | 0 | 23 | 20 | 243 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10101101 | 1000010 | 0 | 10011 | 10000 | 10100011 | 111110 | 111000 |
Color Harmonies of #49D5AD
Complementary color
Monochromatic Colors of #49D5AD
Black with #49D5AD
Text Example
Text Example
White with #49D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D5AD; }
p { color: rgb(73,213,173); }
H1.HeaderClassName
{
color: #49D5AD;
}
.AnyTagClassName
{
color: #49D5AD;
}
</style>
background-color css
<style>
a { background-color: #49D5AD; }
a { background-color: rgb(73,213,173); }
div.DivClassName
{
background-color: #49D5AD;
}
.BgClassName
{
background-color: #49D5AD;
}
</style>
border-color css
<style>
span { border-color: #49D5AD; }
span { border-color: rgb(73,213,173); }
td.TdClassName
{
border-color: #49D5AD;
}
.TagClassName
{
border-color: #49D5AD;
}
</style>