Shades of Medium Aquamarine #4DF2AD
Tints of Medium Aquamarine #4DF2AD
RGB
CMYK
RGB Variations
Color information
#4DF2AD (or 0x4DF2AD) is known color: Medium Aquamarine. HEX triplet: 4D, F2 and AD. RGB value is (77,242,173). Sum of RGB (Red+Green+Blue) = 77+242+173=492 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.65% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF2AD is #B20D52. Grayscale: #B8B8B8. Windows color (decimal): -11668819 or 11399757. OLE color: 11399757.
HSL color Cylindrical-coordinate representation of color #4DF2AD: hue angle of 154.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DF2AD is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 173 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.05 |
| HSL | 154.91º | 0.86% | 0.63% | - |
| HSV(B) | 154.91º | 0.68% | 0.95% | - |
| XYZ | 42.36 | 68.1 | 50.45 | - |
| YUV | 184.8 | 121.34 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 173 | 0.68 | 0 | 0.29 | 0.05 | 154.91 | 0.86 | 0.63 |
| Hex | 4D | F2 | AD | 44 | 0 | 1D | 5 | 9B | 56 | 3F |
| Octal | 115 | 362 | 255 | 104 | 0 | 35 | 5 | 233 | 126 | 77 |
| Binary | 1001101 | 11110010 | 10101101 | 1000100 | 0 | 11101 | 101 | 10011011 | 1010110 | 111111 |
Color Harmonies of #4DF2AD
Complementary color
Monochromatic Colors of #4DF2AD
Black with #4DF2AD
Text Example
Text Example
White with #4DF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF2AD; }
p { color: rgb(77,242,173); }
H1.HeaderClassName
{
color: #4DF2AD;
}
.AnyTagClassName
{
color: #4DF2AD;
}
</style>
background-color css
<style>
a { background-color: #4DF2AD; }
a { background-color: rgb(77,242,173); }
div.DivClassName
{
background-color: #4DF2AD;
}
.BgClassName
{
background-color: #4DF2AD;
}
</style>
border-color css
<style>
span { border-color: #4DF2AD; }
span { border-color: rgb(77,242,173); }
td.TdClassName
{
border-color: #4DF2AD;
}
.TagClassName
{
border-color: #4DF2AD;
}
</style>