Shades of Medium Aquamarine #4DDDA7
Tints of Medium Aquamarine #4DDDA7
RGB
CMYK
RGB Variations
Color information
#4DDDA7 (or 0x4DDDA7) is known color: Medium Aquamarine. HEX triplet: 4D, DD and A7. RGB value is (77,221,167). Sum of RGB (Red+Green+Blue) = 77+221+167=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDDA7 is #B22258. Grayscale: #ABABAB. Windows color (decimal): -11674201 or 11001165. OLE color: 11001165.
HSL color Cylindrical-coordinate representation of color #4DDDA7: hue angle of 157.5º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDDA7 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 167 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.13 |
| HSL | 157.5º | 0.68% | 0.58% | - |
| HSV(B) | 157.5º | 0.65% | 0.87% | - |
| XYZ | 35.89 | 56.08 | 45.49 | - |
| YUV | 171.79 | 125.29 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 167 | 0.65 | 0 | 0.24 | 0.13 | 157.5 | 0.68 | 0.58 |
| Hex | 4D | DD | A7 | 41 | 0 | 18 | D | 9E | 44 | 3A |
| Octal | 115 | 335 | 247 | 101 | 0 | 30 | 15 | 236 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10100111 | 1000001 | 0 | 11000 | 1101 | 10011110 | 1000100 | 111010 |
Color Harmonies of #4DDDA7
Complementary color
Monochromatic Colors of #4DDDA7
Black with #4DDDA7
Text Example
Text Example
White with #4DDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDA7; }
p { color: rgb(77,221,167); }
H1.HeaderClassName
{
color: #4DDDA7;
}
.AnyTagClassName
{
color: #4DDDA7;
}
</style>
background-color css
<style>
a { background-color: #4DDDA7; }
a { background-color: rgb(77,221,167); }
div.DivClassName
{
background-color: #4DDDA7;
}
.BgClassName
{
background-color: #4DDDA7;
}
</style>
border-color css
<style>
span { border-color: #4DDDA7; }
span { border-color: rgb(77,221,167); }
td.TdClassName
{
border-color: #4DDDA7;
}
.TagClassName
{
border-color: #4DDDA7;
}
</style>