Shades of Medium Aquamarine #49DBAE
Tints of Medium Aquamarine #49DBAE
RGB
CMYK
RGB Variations
Color information
#49DBAE (or 0x49DBAE) is known color: Medium Aquamarine. HEX triplet: 49, DB and AE. RGB value is (73,219,174). Sum of RGB (Red+Green+Blue) = 73+219+174=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #49DBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DBAE is #B62451. Grayscale: #AAAAAA. Windows color (decimal): -11936850 or 11459401. OLE color: 11459401.
HSL color Cylindrical-coordinate representation of color #49DBAE: hue angle of 161.51º 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 #49DBAE is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 219 | 174 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.14 |
| HSL | 161.51º | 0.67% | 0.57% | - |
| HSV(B) | 161.51º | 0.67% | 0.86% | - |
| XYZ | 35.72 | 55.14 | 48.8 | - |
| YUV | 170.22 | 130.13 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 219 | 174 | 0.67 | 0 | 0.21 | 0.14 | 161.51 | 0.67 | 0.57 |
| Hex | 49 | DB | AE | 43 | 0 | 15 | E | A2 | 43 | 39 |
| Octal | 111 | 333 | 256 | 103 | 0 | 25 | 16 | 242 | 103 | 71 |
| Binary | 1001001 | 11011011 | 10101110 | 1000011 | 0 | 10101 | 1110 | 10100010 | 1000011 | 111001 |
Color Harmonies of #49DBAE
Complementary color
Monochromatic Colors of #49DBAE
Black with #49DBAE
Text Example
Text Example
White with #49DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DBAE; }
p { color: rgb(73,219,174); }
H1.HeaderClassName
{
color: #49DBAE;
}
.AnyTagClassName
{
color: #49DBAE;
}
</style>
background-color css
<style>
a { background-color: #49DBAE; }
a { background-color: rgb(73,219,174); }
div.DivClassName
{
background-color: #49DBAE;
}
.BgClassName
{
background-color: #49DBAE;
}
</style>
border-color css
<style>
span { border-color: #49DBAE; }
span { border-color: rgb(73,219,174); }
td.TdClassName
{
border-color: #49DBAE;
}
.TagClassName
{
border-color: #49DBAE;
}
</style>