Shades of Medium Aquamarine #4DEFAE
Tints of Medium Aquamarine #4DEFAE
RGB
CMYK
RGB Variations
Color information
#4DEFAE (or 0x4DEFAE) is known color: Medium Aquamarine. HEX triplet: 4D, EF and AE. RGB value is (77,239,174). Sum of RGB (Red+Green+Blue) = 77+239+174=490 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.71% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEFAE is #B21051. Grayscale: #B7B7B7. Windows color (decimal): -11669586 or 11464525. OLE color: 11464525.
HSL color Cylindrical-coordinate representation of color #4DEFAE: hue angle of 155.93º 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 #4DEFAE is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 174 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.06 |
| HSL | 155.93º | 0.84% | 0.62% | - |
| HSV(B) | 155.93º | 0.68% | 0.94% | - |
| XYZ | 41.57 | 66.37 | 50.66 | - |
| YUV | 183.15 | 122.83 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 174 | 0.68 | 0 | 0.27 | 0.06 | 155.93 | 0.84 | 0.62 |
| Hex | 4D | EF | AE | 44 | 0 | 1B | 6 | 9C | 54 | 3E |
| Octal | 115 | 357 | 256 | 104 | 0 | 33 | 6 | 234 | 124 | 76 |
| Binary | 1001101 | 11101111 | 10101110 | 1000100 | 0 | 11011 | 110 | 10011100 | 1010100 | 111110 |
Color Harmonies of #4DEFAE
Complementary color
Monochromatic Colors of #4DEFAE
Black with #4DEFAE
Text Example
Text Example
White with #4DEFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEFAE; }
p { color: rgb(77,239,174); }
H1.HeaderClassName
{
color: #4DEFAE;
}
.AnyTagClassName
{
color: #4DEFAE;
}
</style>
background-color css
<style>
a { background-color: #4DEFAE; }
a { background-color: rgb(77,239,174); }
div.DivClassName
{
background-color: #4DEFAE;
}
.BgClassName
{
background-color: #4DEFAE;
}
</style>
border-color css
<style>
span { border-color: #4DEFAE; }
span { border-color: rgb(77,239,174); }
td.TdClassName
{
border-color: #4DEFAE;
}
.TagClassName
{
border-color: #4DEFAE;
}
</style>