Shades of Medium Aquamarine #4DD0AC
Tints of Medium Aquamarine #4DD0AC
RGB
CMYK
RGB Variations
Color information
#4DD0AC (or 0x4DD0AC) is known color: Medium Aquamarine. HEX triplet: 4D, D0 and AC. RGB value is (77,208,172). Sum of RGB (Red+Green+Blue) = 77+208+172=457 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.85% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #4DD0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD0AC is #B22F53. Grayscale: #A4A4A4. Windows color (decimal): -11677524 or 11325517. OLE color: 11325517.
HSL color Cylindrical-coordinate representation of color #4DD0AC: hue angle of 163.51º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DD0AC is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 208 | 172 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.18 |
| HSL | 163.51º | 0.58% | 0.56% | - |
| HSV(B) | 163.51º | 0.63% | 0.82% | - |
| XYZ | 33.06 | 49.67 | 46.87 | - |
| YUV | 164.73 | 132.1 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 208 | 172 | 0.63 | 0 | 0.17 | 0.18 | 163.51 | 0.58 | 0.56 |
| Hex | 4D | D0 | AC | 3F | 0 | 11 | 12 | A4 | 3A | 38 |
| Octal | 115 | 320 | 254 | 77 | 0 | 21 | 22 | 244 | 72 | 70 |
| Binary | 1001101 | 11010000 | 10101100 | 111111 | 0 | 10001 | 10010 | 10100100 | 111010 | 111000 |
Color Harmonies of #4DD0AC
Complementary color
Monochromatic Colors of #4DD0AC
Black with #4DD0AC
Text Example
Text Example
White with #4DD0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD0AC; }
p { color: rgb(77,208,172); }
H1.HeaderClassName
{
color: #4DD0AC;
}
.AnyTagClassName
{
color: #4DD0AC;
}
</style>
background-color css
<style>
a { background-color: #4DD0AC; }
a { background-color: rgb(77,208,172); }
div.DivClassName
{
background-color: #4DD0AC;
}
.BgClassName
{
background-color: #4DD0AC;
}
</style>
border-color css
<style>
span { border-color: #4DD0AC; }
span { border-color: rgb(77,208,172); }
td.TdClassName
{
border-color: #4DD0AC;
}
.TagClassName
{
border-color: #4DD0AC;
}
</style>