Shades of Medium Aquamarine #4DD2AA
Tints of Medium Aquamarine #4DD2AA
RGB
CMYK
RGB Variations
Color information
#4DD2AA (or 0x4DD2AA) is known color: Medium Aquamarine. HEX triplet: 4D, D2 and AA. RGB value is (77,210,170). Sum of RGB (Red+Green+Blue) = 77+210+170=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD2AA is #B22D55. Grayscale: #A5A5A5. Windows color (decimal): -11677014 or 11194957. OLE color: 11194957.
HSL color Cylindrical-coordinate representation of color #4DD2AA: hue angle of 161.95º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD2AA is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 210 | 170 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.18 |
| HSL | 161.95º | 0.6% | 0.56% | - |
| HSV(B) | 161.95º | 0.63% | 0.82% | - |
| XYZ | 33.36 | 50.57 | 46.03 | - |
| YUV | 165.67 | 130.44 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 170 | 0.63 | 0 | 0.19 | 0.18 | 161.95 | 0.6 | 0.56 |
| Hex | 4D | D2 | AA | 3F | 0 | 13 | 12 | A2 | 3C | 38 |
| Octal | 115 | 322 | 252 | 77 | 0 | 23 | 22 | 242 | 74 | 70 |
| Binary | 1001101 | 11010010 | 10101010 | 111111 | 0 | 10011 | 10010 | 10100010 | 111100 | 111000 |
Color Harmonies of #4DD2AA
Complementary color
Monochromatic Colors of #4DD2AA
Black with #4DD2AA
Text Example
Text Example
White with #4DD2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD2AA; }
p { color: rgb(77,210,170); }
H1.HeaderClassName
{
color: #4DD2AA;
}
.AnyTagClassName
{
color: #4DD2AA;
}
</style>
background-color css
<style>
a { background-color: #4DD2AA; }
a { background-color: rgb(77,210,170); }
div.DivClassName
{
background-color: #4DD2AA;
}
.BgClassName
{
background-color: #4DD2AA;
}
</style>
border-color css
<style>
span { border-color: #4DD2AA; }
span { border-color: rgb(77,210,170); }
td.TdClassName
{
border-color: #4DD2AA;
}
.TagClassName
{
border-color: #4DD2AA;
}
</style>