Shades of Medium Aquamarine #49D5AF
Tints of Medium Aquamarine #49D5AF
RGB
CMYK
RGB Variations
Color information
#49D5AF (or 0x49D5AF) is known color: Medium Aquamarine. HEX triplet: 49, D5 and AF. RGB value is (73,213,175). Sum of RGB (Red+Green+Blue) = 73+213+175=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #49D5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D5AF is #B62A50. Grayscale: #A6A6A6. Windows color (decimal): -11938385 or 11523401. OLE color: 11523401.
HSL color Cylindrical-coordinate representation of color #49D5AF: hue angle of 163.71º 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 #49D5AF is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 213 | 175 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.16 |
| HSL | 163.71º | 0.63% | 0.56% | - |
| HSV(B) | 163.71º | 0.66% | 0.84% | - |
| XYZ | 34.28 | 52.1 | 48.81 | - |
| YUV | 166.81 | 132.62 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 213 | 175 | 0.66 | 0 | 0.18 | 0.16 | 163.71 | 0.63 | 0.56 |
| Hex | 49 | D5 | AF | 42 | 0 | 12 | 10 | A4 | 3E | 38 |
| Octal | 111 | 325 | 257 | 102 | 0 | 22 | 20 | 244 | 76 | 70 |
| Binary | 1001001 | 11010101 | 10101111 | 1000010 | 0 | 10010 | 10000 | 10100100 | 111110 | 111000 |
Color Harmonies of #49D5AF
Complementary color
Monochromatic Colors of #49D5AF
Black with #49D5AF
Text Example
Text Example
White with #49D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D5AF; }
p { color: rgb(73,213,175); }
H1.HeaderClassName
{
color: #49D5AF;
}
.AnyTagClassName
{
color: #49D5AF;
}
</style>
background-color css
<style>
a { background-color: #49D5AF; }
a { background-color: rgb(73,213,175); }
div.DivClassName
{
background-color: #49D5AF;
}
.BgClassName
{
background-color: #49D5AF;
}
</style>
border-color css
<style>
span { border-color: #49D5AF; }
span { border-color: rgb(73,213,175); }
td.TdClassName
{
border-color: #49D5AF;
}
.TagClassName
{
border-color: #49D5AF;
}
</style>