Shades of Medium Aquamarine #49DCAC
Tints of Medium Aquamarine #49DCAC
RGB
CMYK
RGB Variations
Color information
#49DCAC (or 0x49DCAC) is known color: Medium Aquamarine. HEX triplet: 49, DC and AC. RGB value is (73,220,172). Sum of RGB (Red+Green+Blue) = 73+220+172=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DCAC is #B62353. Grayscale: #AAAAAA. Windows color (decimal): -11936596 or 11328585. OLE color: 11328585.
HSL color Cylindrical-coordinate representation of color #49DCAC: hue angle of 160.41º degrees, saturation: 0.68, 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 #49DCAC is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 172 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.14 |
| HSL | 160.41º | 0.68% | 0.57% | - |
| HSV(B) | 160.41º | 0.67% | 0.86% | - |
| XYZ | 35.79 | 55.58 | 47.87 | - |
| YUV | 170.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 172 | 0.67 | 0 | 0.22 | 0.14 | 160.41 | 0.68 | 0.57 |
| Hex | 49 | DC | AC | 43 | 0 | 16 | E | A0 | 44 | 39 |
| Octal | 111 | 334 | 254 | 103 | 0 | 26 | 16 | 240 | 104 | 71 |
| Binary | 1001001 | 11011100 | 10101100 | 1000011 | 0 | 10110 | 1110 | 10100000 | 1000100 | 111001 |
Color Harmonies of #49DCAC
Complementary color
Monochromatic Colors of #49DCAC
Black with #49DCAC
Text Example
Text Example
White with #49DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCAC; }
p { color: rgb(73,220,172); }
H1.HeaderClassName
{
color: #49DCAC;
}
.AnyTagClassName
{
color: #49DCAC;
}
</style>
background-color css
<style>
a { background-color: #49DCAC; }
a { background-color: rgb(73,220,172); }
div.DivClassName
{
background-color: #49DCAC;
}
.BgClassName
{
background-color: #49DCAC;
}
</style>
border-color css
<style>
span { border-color: #49DCAC; }
span { border-color: rgb(73,220,172); }
td.TdClassName
{
border-color: #49DCAC;
}
.TagClassName
{
border-color: #49DCAC;
}
</style>