Shades of Medium Aquamarine #4DECAA
Tints of Medium Aquamarine #4DECAA
RGB
CMYK
RGB Variations
Color information
#4DECAA (or 0x4DECAA) is known color: Medium Aquamarine. HEX triplet: 4D, EC and AA. RGB value is (77,236,170). Sum of RGB (Red+Green+Blue) = 77+236+170=483 (63% of max value = 765). Red value is 77 (30.47% from 255 or 15.94% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #4DECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DECAA is #B21355. Grayscale: #B5B5B5. Windows color (decimal): -11670358 or 11201613. OLE color: 11201613.
HSL color Cylindrical-coordinate representation of color #4DECAA: hue angle of 155.09º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DECAA is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 170 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.07 |
| HSL | 155.09º | 0.81% | 0.61% | - |
| HSV(B) | 155.09º | 0.67% | 0.93% | - |
| XYZ | 40.31 | 64.47 | 48.35 | - |
| YUV | 180.94 | 121.82 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 170 | 0.67 | 0 | 0.28 | 0.07 | 155.09 | 0.81 | 0.61 |
| Hex | 4D | EC | AA | 43 | 0 | 1C | 7 | 9B | 51 | 3D |
| Octal | 115 | 354 | 252 | 103 | 0 | 34 | 7 | 233 | 121 | 75 |
| Binary | 1001101 | 11101100 | 10101010 | 1000011 | 0 | 11100 | 111 | 10011011 | 1010001 | 111101 |
Color Harmonies of #4DECAA
Complementary color
Monochromatic Colors of #4DECAA
Black with #4DECAA
Text Example
Text Example
White with #4DECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DECAA; }
p { color: rgb(77,236,170); }
H1.HeaderClassName
{
color: #4DECAA;
}
.AnyTagClassName
{
color: #4DECAA;
}
</style>
background-color css
<style>
a { background-color: #4DECAA; }
a { background-color: rgb(77,236,170); }
div.DivClassName
{
background-color: #4DECAA;
}
.BgClassName
{
background-color: #4DECAA;
}
</style>
border-color css
<style>
span { border-color: #4DECAA; }
span { border-color: rgb(77,236,170); }
td.TdClassName
{
border-color: #4DECAA;
}
.TagClassName
{
border-color: #4DECAA;
}
</style>