Shades of Medium Aquamarine #4DFAAB
Tints of Medium Aquamarine #4DFAAB
RGB
CMYK
RGB Variations
Color information
#4DFAAB (or 0x4DFAAB) is known color: Medium Aquamarine. HEX triplet: 4D, FA and AB. RGB value is (77,250,171). Sum of RGB (Red+Green+Blue) = 77+250+171=498 (65% of max value = 765). Red value is 77 (30.47% from 255 or 15.46% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #4DFAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFAAB is #B20554. Grayscale: #BDBDBD. Windows color (decimal): -11666773 or 11270733. OLE color: 11270733.
HSL color Cylindrical-coordinate representation of color #4DFAAB: hue angle of 152.6º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFAAB is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 250 | 171 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.02 |
| HSL | 152.6º | 0.95% | 0.64% | - |
| HSV(B) | 152.6º | 0.69% | 0.98% | - |
| XYZ | 44.6 | 72.89 | 50.25 | - |
| YUV | 189.27 | 117.69 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 250 | 171 | 0.69 | 0 | 0.32 | 0.02 | 152.6 | 0.95 | 0.64 |
| Hex | 4D | FA | AB | 45 | 0 | 20 | 2 | 99 | 5F | 40 |
| Octal | 115 | 372 | 253 | 105 | 0 | 40 | 2 | 231 | 137 | 100 |
| Binary | 1001101 | 11111010 | 10101011 | 1000101 | 0 | 100000 | 10 | 10011001 | 1011111 | 1000000 |
Color Harmonies of #4DFAAB
Complementary color
Monochromatic Colors of #4DFAAB
Black with #4DFAAB
Text Example
Text Example
White with #4DFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFAAB; }
p { color: rgb(77,250,171); }
H1.HeaderClassName
{
color: #4DFAAB;
}
.AnyTagClassName
{
color: #4DFAAB;
}
</style>
background-color css
<style>
a { background-color: #4DFAAB; }
a { background-color: rgb(77,250,171); }
div.DivClassName
{
background-color: #4DFAAB;
}
.BgClassName
{
background-color: #4DFAAB;
}
</style>
border-color css
<style>
span { border-color: #4DFAAB; }
span { border-color: rgb(77,250,171); }
td.TdClassName
{
border-color: #4DFAAB;
}
.TagClassName
{
border-color: #4DFAAB;
}
</style>