Shades of Medium Aquamarine #4DEDAC
Tints of Medium Aquamarine #4DEDAC
RGB
CMYK
RGB Variations
Color information
#4DEDAC (or 0x4DEDAC) is known color: Medium Aquamarine. HEX triplet: 4D, ED and AC. RGB value is (77,237,172). Sum of RGB (Red+Green+Blue) = 77+237+172=486 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.84% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEDAC is #B21253. Grayscale: #B5B5B5. Windows color (decimal): -11670100 or 11332941. OLE color: 11332941.
HSL color Cylindrical-coordinate representation of color #4DEDAC: hue angle of 155.62º 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 #4DEDAC is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 172 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.07 |
| HSL | 155.63º | 0.82% | 0.62% | - |
| HSV(B) | 155.63º | 0.68% | 0.93% | - |
| XYZ | 40.79 | 65.12 | 49.45 | - |
| YUV | 181.75 | 122.49 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 172 | 0.68 | 0 | 0.27 | 0.07 | 155.63 | 0.82 | 0.62 |
| Hex | 4D | ED | AC | 44 | 0 | 1B | 7 | 9C | 52 | 3E |
| Octal | 115 | 355 | 254 | 104 | 0 | 33 | 7 | 234 | 122 | 76 |
| Binary | 1001101 | 11101101 | 10101100 | 1000100 | 0 | 11011 | 111 | 10011100 | 1010010 | 111110 |
Color Harmonies of #4DEDAC
Complementary color
Monochromatic Colors of #4DEDAC
Black with #4DEDAC
Text Example
Text Example
White with #4DEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDAC; }
p { color: rgb(77,237,172); }
H1.HeaderClassName
{
color: #4DEDAC;
}
.AnyTagClassName
{
color: #4DEDAC;
}
</style>
background-color css
<style>
a { background-color: #4DEDAC; }
a { background-color: rgb(77,237,172); }
div.DivClassName
{
background-color: #4DEDAC;
}
.BgClassName
{
background-color: #4DEDAC;
}
</style>
border-color css
<style>
span { border-color: #4DEDAC; }
span { border-color: rgb(77,237,172); }
td.TdClassName
{
border-color: #4DEDAC;
}
.TagClassName
{
border-color: #4DEDAC;
}
</style>