Shades of Medium Aquamarine #4DEFAD
Tints of Medium Aquamarine #4DEFAD
RGB
CMYK
RGB Variations
Color information
#4DEFAD (or 0x4DEFAD) is known color: Medium Aquamarine. HEX triplet: 4D, EF and AD. RGB value is (77,239,173). Sum of RGB (Red+Green+Blue) = 77+239+173=489 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.75% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEFAD is #B21052. Grayscale: #B7B7B7. Windows color (decimal): -11669587 or 11398989. OLE color: 11398989.
HSL color Cylindrical-coordinate representation of color #4DEFAD: hue angle of 155.56º 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 #4DEFAD is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 173 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.06 |
| HSL | 155.56º | 0.84% | 0.62% | - |
| HSV(B) | 155.56º | 0.68% | 0.94% | - |
| XYZ | 41.47 | 66.33 | 50.15 | - |
| YUV | 183.04 | 122.33 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 173 | 0.68 | 0 | 0.28 | 0.06 | 155.56 | 0.84 | 0.62 |
| Hex | 4D | EF | AD | 44 | 0 | 1C | 6 | 9C | 54 | 3E |
| Octal | 115 | 357 | 255 | 104 | 0 | 34 | 6 | 234 | 124 | 76 |
| Binary | 1001101 | 11101111 | 10101101 | 1000100 | 0 | 11100 | 110 | 10011100 | 1010100 | 111110 |
Color Harmonies of #4DEFAD
Complementary color
Monochromatic Colors of #4DEFAD
Black with #4DEFAD
Text Example
Text Example
White with #4DEFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEFAD; }
p { color: rgb(77,239,173); }
H1.HeaderClassName
{
color: #4DEFAD;
}
.AnyTagClassName
{
color: #4DEFAD;
}
</style>
background-color css
<style>
a { background-color: #4DEFAD; }
a { background-color: rgb(77,239,173); }
div.DivClassName
{
background-color: #4DEFAD;
}
.BgClassName
{
background-color: #4DEFAD;
}
</style>
border-color css
<style>
span { border-color: #4DEFAD; }
span { border-color: rgb(77,239,173); }
td.TdClassName
{
border-color: #4DEFAD;
}
.TagClassName
{
border-color: #4DEFAD;
}
</style>