Shades of Medium Aquamarine #4DEFA0
Tints of Medium Aquamarine #4DEFA0
RGB
CMYK
RGB Variations
Color information
#4DEFA0 (or 0x4DEFA0) is known color: Medium Aquamarine. HEX triplet: 4D, EF and A0. RGB value is (77,239,160). Sum of RGB (Red+Green+Blue) = 77+239+160=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEFA0 is #B2105F. Grayscale: #B5B5B5. Windows color (decimal): -11669600 or 10547021. OLE color: 10547021.
HSL color Cylindrical-coordinate representation of color #4DEFA0: hue angle of 150.74º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEFA0 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 160 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.06 |
| HSL | 150.74º | 0.84% | 0.62% | - |
| HSV(B) | 150.74º | 0.68% | 0.94% | - |
| XYZ | 40.27 | 65.85 | 43.85 | - |
| YUV | 181.56 | 115.83 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 160 | 0.68 | 0 | 0.33 | 0.06 | 150.74 | 0.84 | 0.62 |
| Hex | 4D | EF | A0 | 44 | 0 | 21 | 6 | 97 | 54 | 3E |
| Octal | 115 | 357 | 240 | 104 | 0 | 41 | 6 | 227 | 124 | 76 |
| Binary | 1001101 | 11101111 | 10100000 | 1000100 | 0 | 100001 | 110 | 10010111 | 1010100 | 111110 |
Color Harmonies of #4DEFA0
Complementary color
Monochromatic Colors of #4DEFA0
Black with #4DEFA0
Text Example
Text Example
White with #4DEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEFA0; }
p { color: rgb(77,239,160); }
H1.HeaderClassName
{
color: #4DEFA0;
}
.AnyTagClassName
{
color: #4DEFA0;
}
</style>
background-color css
<style>
a { background-color: #4DEFA0; }
a { background-color: rgb(77,239,160); }
div.DivClassName
{
background-color: #4DEFA0;
}
.BgClassName
{
background-color: #4DEFA0;
}
</style>
border-color css
<style>
span { border-color: #4DEFA0; }
span { border-color: rgb(77,239,160); }
td.TdClassName
{
border-color: #4DEFA0;
}
.TagClassName
{
border-color: #4DEFA0;
}
</style>