Shades of Medium Aquamarine #49D4B0
Tints of Medium Aquamarine #49D4B0
RGB
CMYK
RGB Variations
Color information
#49D4B0 (or 0x49D4B0) is known color: Medium Aquamarine. HEX triplet: 49, D4 and B0. RGB value is (73,212,176). Sum of RGB (Red+Green+Blue) = 73+212+176=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #49D4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D4B0 is #B62B4F. Grayscale: #A6A6A6. Windows color (decimal): -11938640 or 11588681. OLE color: 11588681.
HSL color Cylindrical-coordinate representation of color #49D4B0: hue angle of 164.46º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D4B0 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 212 | 176 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.17 |
| HSL | 164.46º | 0.62% | 0.56% | - |
| HSV(B) | 164.46º | 0.66% | 0.83% | - |
| XYZ | 34.13 | 51.64 | 49.24 | - |
| YUV | 166.34 | 133.45 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 176 | 0.66 | 0 | 0.17 | 0.17 | 164.46 | 0.62 | 0.56 |
| Hex | 49 | D4 | B0 | 42 | 0 | 11 | 11 | A4 | 3E | 38 |
| Octal | 111 | 324 | 260 | 102 | 0 | 21 | 21 | 244 | 76 | 70 |
| Binary | 1001001 | 11010100 | 10110000 | 1000010 | 0 | 10001 | 10001 | 10100100 | 111110 | 111000 |
Color Harmonies of #49D4B0
Complementary color
Monochromatic Colors of #49D4B0
Black with #49D4B0
Text Example
Text Example
White with #49D4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D4B0; }
p { color: rgb(73,212,176); }
H1.HeaderClassName
{
color: #49D4B0;
}
.AnyTagClassName
{
color: #49D4B0;
}
</style>
background-color css
<style>
a { background-color: #49D4B0; }
a { background-color: rgb(73,212,176); }
div.DivClassName
{
background-color: #49D4B0;
}
.BgClassName
{
background-color: #49D4B0;
}
</style>
border-color css
<style>
span { border-color: #49D4B0; }
span { border-color: rgb(73,212,176); }
td.TdClassName
{
border-color: #49D4B0;
}
.TagClassName
{
border-color: #49D4B0;
}
</style>