Shades of Medium Aquamarine #4DEEAA
Tints of Medium Aquamarine #4DEEAA
RGB
CMYK
RGB Variations
Color information
#4DEEAA (or 0x4DEEAA) is known color: Medium Aquamarine. HEX triplet: 4D, EE and AA. RGB value is (77,238,170). Sum of RGB (Red+Green+Blue) = 77+238+170=485 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.88% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEEAA is #B21155. Grayscale: #B6B6B6. Windows color (decimal): -11669846 or 11202125. OLE color: 11202125.
HSL color Cylindrical-coordinate representation of color #4DEEAA: hue angle of 154.66º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEEAA is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 170 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.07 |
| HSL | 154.66º | 0.83% | 0.62% | - |
| HSV(B) | 154.66º | 0.68% | 0.93% | - |
| XYZ | 40.89 | 65.63 | 48.54 | - |
| YUV | 182.11 | 121.16 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 170 | 0.68 | 0 | 0.29 | 0.07 | 154.66 | 0.83 | 0.62 |
| Hex | 4D | EE | AA | 44 | 0 | 1D | 7 | 9B | 53 | 3E |
| Octal | 115 | 356 | 252 | 104 | 0 | 35 | 7 | 233 | 123 | 76 |
| Binary | 1001101 | 11101110 | 10101010 | 1000100 | 0 | 11101 | 111 | 10011011 | 1010011 | 111110 |
Color Harmonies of #4DEEAA
Complementary color
Monochromatic Colors of #4DEEAA
Black with #4DEEAA
Text Example
Text Example
White with #4DEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEEAA; }
p { color: rgb(77,238,170); }
H1.HeaderClassName
{
color: #4DEEAA;
}
.AnyTagClassName
{
color: #4DEEAA;
}
</style>
background-color css
<style>
a { background-color: #4DEEAA; }
a { background-color: rgb(77,238,170); }
div.DivClassName
{
background-color: #4DEEAA;
}
.BgClassName
{
background-color: #4DEEAA;
}
</style>
border-color css
<style>
span { border-color: #4DEEAA; }
span { border-color: rgb(77,238,170); }
td.TdClassName
{
border-color: #4DEEAA;
}
.TagClassName
{
border-color: #4DEEAA;
}
</style>