Shades of Medium Aquamarine #4AD9AA
Tints of Medium Aquamarine #4AD9AA
RGB
CMYK
RGB Variations
Color information
#4AD9AA (or 0x4AD9AA) is known color: Medium Aquamarine. HEX triplet: 4A, D9 and AA. RGB value is (74,217,170). Sum of RGB (Red+Green+Blue) = 74+217+170=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD9AA is #B52655. Grayscale: #A8A8A8. Windows color (decimal): -11871830 or 11196746. OLE color: 11196746.
HSL color Cylindrical-coordinate representation of color #4AD9AA: hue angle of 160.28º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD9AA is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 170 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.15 |
| HSL | 160.28º | 0.65% | 0.57% | - |
| HSV(B) | 160.28º | 0.66% | 0.85% | - |
| XYZ | 34.89 | 53.98 | 46.61 | - |
| YUV | 168.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 170 | 0.66 | 0 | 0.22 | 0.15 | 160.28 | 0.65 | 0.57 |
| Hex | 4A | D9 | AA | 42 | 0 | 16 | F | A0 | 41 | 39 |
| Octal | 112 | 331 | 252 | 102 | 0 | 26 | 17 | 240 | 101 | 71 |
| Binary | 1001010 | 11011001 | 10101010 | 1000010 | 0 | 10110 | 1111 | 10100000 | 1000001 | 111001 |
Color Harmonies of #4AD9AA
Complementary color
Monochromatic Colors of #4AD9AA
Black with #4AD9AA
Text Example
Text Example
White with #4AD9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD9AA; }
p { color: rgb(74,217,170); }
H1.HeaderClassName
{
color: #4AD9AA;
}
.AnyTagClassName
{
color: #4AD9AA;
}
</style>
background-color css
<style>
a { background-color: #4AD9AA; }
a { background-color: rgb(74,217,170); }
div.DivClassName
{
background-color: #4AD9AA;
}
.BgClassName
{
background-color: #4AD9AA;
}
</style>
border-color css
<style>
span { border-color: #4AD9AA; }
span { border-color: rgb(74,217,170); }
td.TdClassName
{
border-color: #4AD9AA;
}
.TagClassName
{
border-color: #4AD9AA;
}
</style>