Shades of Medium Aquamarine #4DEDAA
Tints of Medium Aquamarine #4DEDAA
RGB
CMYK
RGB Variations
Color information
#4DEDAA (or 0x4DEDAA) is known color: Medium Aquamarine. HEX triplet: 4D, ED and AA. RGB value is (77,237,170). Sum of RGB (Red+Green+Blue) = 77+237+170=484 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.91% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEDAA is #B21255. Grayscale: #B5B5B5. Windows color (decimal): -11670102 or 11201869. OLE color: 11201869.
HSL color Cylindrical-coordinate representation of color #4DEDAA: hue angle of 154.88º degrees, saturation: 0.82, 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 #4DEDAA is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 170 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.07 |
| HSL | 154.88º | 0.82% | 0.62% | - |
| HSV(B) | 154.88º | 0.68% | 0.93% | - |
| XYZ | 40.6 | 65.05 | 48.45 | - |
| YUV | 181.52 | 121.49 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 170 | 0.68 | 0 | 0.28 | 0.07 | 154.88 | 0.82 | 0.62 |
| Hex | 4D | ED | AA | 44 | 0 | 1C | 7 | 9B | 52 | 3E |
| Octal | 115 | 355 | 252 | 104 | 0 | 34 | 7 | 233 | 122 | 76 |
| Binary | 1001101 | 11101101 | 10101010 | 1000100 | 0 | 11100 | 111 | 10011011 | 1010010 | 111110 |
Color Harmonies of #4DEDAA
Complementary color
Monochromatic Colors of #4DEDAA
Black with #4DEDAA
Text Example
Text Example
White with #4DEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDAA; }
p { color: rgb(77,237,170); }
H1.HeaderClassName
{
color: #4DEDAA;
}
.AnyTagClassName
{
color: #4DEDAA;
}
</style>
background-color css
<style>
a { background-color: #4DEDAA; }
a { background-color: rgb(77,237,170); }
div.DivClassName
{
background-color: #4DEDAA;
}
.BgClassName
{
background-color: #4DEDAA;
}
</style>
border-color css
<style>
span { border-color: #4DEDAA; }
span { border-color: rgb(77,237,170); }
td.TdClassName
{
border-color: #4DEDAA;
}
.TagClassName
{
border-color: #4DEDAA;
}
</style>