Shades of Medium Aquamarine #49DBAF
Tints of Medium Aquamarine #49DBAF
RGB
CMYK
RGB Variations
Color information
#49DBAF (or 0x49DBAF) is known color: Medium Aquamarine. HEX triplet: 49, DB and AF. RGB value is (73,219,175). Sum of RGB (Red+Green+Blue) = 73+219+175=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DBAF is #B62450. Grayscale: #AAAAAA. Windows color (decimal): -11936849 or 11524937. OLE color: 11524937.
HSL color Cylindrical-coordinate representation of color #49DBAF: hue angle of 161.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBAF is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 175 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.14 |
| HSL | 161.92º | 0.67% | 0.57% | - |
| HSV(B) | 161.92º | 0.67% | 0.86% | - |
| XYZ | 35.82 | 55.17 | 49.32 | - |
| YUV | 170.33 | 130.63 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 175 | 0.67 | 0 | 0.20 | 0.14 | 161.92 | 0.67 | 0.57 |
| Hex | 49 | DB | AF | 43 | 0 | 14 | E | A2 | 43 | 39 |
| Octal | 111 | 333 | 257 | 103 | 0 | 24 | 16 | 242 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10101111 | 1000011 | 0 | 10100 | 1110 | 10100010 | 1000011 | 111001 |
Color Harmonies of #49DBAF
Complementary color
Monochromatic Colors of #49DBAF
Black with #49DBAF
Text Example
Text Example
White with #49DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBAF; }
p { color: rgb(73,219,175); }
H1.HeaderClassName
{
color: #49DBAF;
}
.AnyTagClassName
{
color: #49DBAF;
}
</style>
background-color css
<style>
a { background-color: #49DBAF; }
a { background-color: rgb(73,219,175); }
div.DivClassName
{
background-color: #49DBAF;
}
.BgClassName
{
background-color: #49DBAF;
}
</style>
border-color css
<style>
span { border-color: #49DBAF; }
span { border-color: rgb(73,219,175); }
td.TdClassName
{
border-color: #49DBAF;
}
.TagClassName
{
border-color: #49DBAF;
}
</style>