Shades of Medium Aquamarine #49DCB0
Tints of Medium Aquamarine #49DCB0
RGB
CMYK
RGB Variations
Color information
#49DCB0 (or 0x49DCB0) is known color: Medium Aquamarine. HEX triplet: 49, DC and B0. RGB value is (73,220,176). Sum of RGB (Red+Green+Blue) = 73+220+176=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #49DCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DCB0 is #B6234F. Grayscale: #ABABAB. Windows color (decimal): -11936592 or 11590729. OLE color: 11590729.
HSL color Cylindrical-coordinate representation of color #49DCB0: hue angle of 162.04º 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 #49DCB0 is Cyan = 0.67, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 176 | - |
| CMYK | 0.67 | 0 | 0.2 | 0.14 |
| HSL | 162.04º | 0.68% | 0.57% | - |
| HSV(B) | 162.04º | 0.67% | 0.86% | - |
| XYZ | 36.18 | 55.74 | 49.93 | - |
| YUV | 171.03 | 130.8 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 176 | 0.67 | 0 | 0.2 | 0.14 | 162.04 | 0.68 | 0.57 |
| Hex | 49 | DC | B0 | 43 | 0 | 14 | E | A2 | 44 | 39 |
| Octal | 111 | 334 | 260 | 103 | 0 | 24 | 16 | 242 | 104 | 71 |
| Binary | 1001001 | 11011100 | 10110000 | 1000011 | 0 | 10100 | 1110 | 10100010 | 1000100 | 111001 |
Color Harmonies of #49DCB0
Complementary color
Monochromatic Colors of #49DCB0
Black with #49DCB0
Text Example
Text Example
White with #49DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DCB0; }
p { color: rgb(73,220,176); }
H1.HeaderClassName
{
color: #49DCB0;
}
.AnyTagClassName
{
color: #49DCB0;
}
</style>
background-color css
<style>
a { background-color: #49DCB0; }
a { background-color: rgb(73,220,176); }
div.DivClassName
{
background-color: #49DCB0;
}
.BgClassName
{
background-color: #49DCB0;
}
</style>
border-color css
<style>
span { border-color: #49DCB0; }
span { border-color: rgb(73,220,176); }
td.TdClassName
{
border-color: #49DCB0;
}
.TagClassName
{
border-color: #49DCB0;
}
</style>