Shades of Medium Aquamarine #4DF7A1
Tints of Medium Aquamarine #4DF7A1
RGB
CMYK
RGB Variations
Color information
#4DF7A1 (or 0x4DF7A1) is known color: Medium Aquamarine. HEX triplet: 4D, F7 and A1. RGB value is (77,247,161). Sum of RGB (Red+Green+Blue) = 77+247+161=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #4DF7A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF7A1 is #B2085E. Grayscale: #BABABA. Windows color (decimal): -11667551 or 10614605. OLE color: 10614605.
HSL color Cylindrical-coordinate representation of color #4DF7A1: hue angle of 149.65º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF7A1 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 247 | 161 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.03 |
| HSL | 149.65º | 0.91% | 0.64% | - |
| HSV(B) | 149.65º | 0.69% | 0.97% | - |
| XYZ | 42.75 | 70.67 | 45.11 | - |
| YUV | 186.37 | 113.68 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 247 | 161 | 0.69 | 0 | 0.35 | 0.03 | 149.65 | 0.91 | 0.64 |
| Hex | 4D | F7 | A1 | 45 | 0 | 23 | 3 | 96 | 5B | 40 |
| Octal | 115 | 367 | 241 | 105 | 0 | 43 | 3 | 226 | 133 | 100 |
| Binary | 1001101 | 11110111 | 10100001 | 1000101 | 0 | 100011 | 11 | 10010110 | 1011011 | 1000000 |
Color Harmonies of #4DF7A1
Complementary color
Monochromatic Colors of #4DF7A1
Black with #4DF7A1
Text Example
Text Example
White with #4DF7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF7A1; }
p { color: rgb(77,247,161); }
H1.HeaderClassName
{
color: #4DF7A1;
}
.AnyTagClassName
{
color: #4DF7A1;
}
</style>
background-color css
<style>
a { background-color: #4DF7A1; }
a { background-color: rgb(77,247,161); }
div.DivClassName
{
background-color: #4DF7A1;
}
.BgClassName
{
background-color: #4DF7A1;
}
</style>
border-color css
<style>
span { border-color: #4DF7A1; }
span { border-color: rgb(77,247,161); }
td.TdClassName
{
border-color: #4DF7A1;
}
.TagClassName
{
border-color: #4DF7A1;
}
</style>