Shades of Medium Aquamarine #4DF6A5
Tints of Medium Aquamarine #4DF6A5
RGB
CMYK
RGB Variations
Color information
#4DF6A5 (or 0x4DF6A5) is known color: Medium Aquamarine. HEX triplet: 4D, F6 and A5. RGB value is (77,246,165). Sum of RGB (Red+Green+Blue) = 77+246+165=488 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.78% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #4DF6A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DF6A5 is #B2095A. Grayscale: #BABABA. Windows color (decimal): -11667803 or 10876493. OLE color: 10876493.
HSL color Cylindrical-coordinate representation of color #4DF6A5: hue angle of 151.24º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DF6A5 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 246 | 165 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.04 |
| HSL | 151.24º | 0.9% | 0.63% | - |
| HSV(B) | 151.24º | 0.69% | 0.96% | - |
| XYZ | 42.81 | 70.21 | 46.89 | - |
| YUV | 186.24 | 116.01 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 246 | 165 | 0.69 | 0 | 0.33 | 0.04 | 151.24 | 0.9 | 0.63 |
| Hex | 4D | F6 | A5 | 45 | 0 | 21 | 4 | 97 | 5A | 3F |
| Octal | 115 | 366 | 245 | 105 | 0 | 41 | 4 | 227 | 132 | 77 |
| Binary | 1001101 | 11110110 | 10100101 | 1000101 | 0 | 100001 | 100 | 10010111 | 1011010 | 111111 |
Color Harmonies of #4DF6A5
Complementary color
Monochromatic Colors of #4DF6A5
Black with #4DF6A5
Text Example
Text Example
White with #4DF6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF6A5; }
p { color: rgb(77,246,165); }
H1.HeaderClassName
{
color: #4DF6A5;
}
.AnyTagClassName
{
color: #4DF6A5;
}
</style>
background-color css
<style>
a { background-color: #4DF6A5; }
a { background-color: rgb(77,246,165); }
div.DivClassName
{
background-color: #4DF6A5;
}
.BgClassName
{
background-color: #4DF6A5;
}
</style>
border-color css
<style>
span { border-color: #4DF6A5; }
span { border-color: rgb(77,246,165); }
td.TdClassName
{
border-color: #4DF6A5;
}
.TagClassName
{
border-color: #4DF6A5;
}
</style>