Shades of Medium Aquamarine #4DD3A3
Tints of Medium Aquamarine #4DD3A3
RGB
CMYK
RGB Variations
Color information
#4DD3A3 (or 0x4DD3A3) is known color: Medium Aquamarine. HEX triplet: 4D, D3 and A3. RGB value is (77,211,163). Sum of RGB (Red+Green+Blue) = 77+211+163=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #4DD3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD3A3 is #B22C5C. Grayscale: #A5A5A5. Windows color (decimal): -11676765 or 10736461. OLE color: 10736461.
HSL color Cylindrical-coordinate representation of color #4DD3A3: hue angle of 158.51º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD3A3 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 211 | 163 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.17 |
| HSL | 158.51º | 0.6% | 0.56% | - |
| HSV(B) | 158.51º | 0.64% | 0.83% | - |
| XYZ | 32.97 | 50.81 | 42.72 | - |
| YUV | 165.46 | 126.61 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 211 | 163 | 0.64 | 0 | 0.23 | 0.17 | 158.51 | 0.6 | 0.56 |
| Hex | 4D | D3 | A3 | 40 | 0 | 17 | 11 | 9F | 3C | 38 |
| Octal | 115 | 323 | 243 | 100 | 0 | 27 | 21 | 237 | 74 | 70 |
| Binary | 1001101 | 11010011 | 10100011 | 1000000 | 0 | 10111 | 10001 | 10011111 | 111100 | 111000 |
Color Harmonies of #4DD3A3
Complementary color
Monochromatic Colors of #4DD3A3
Black with #4DD3A3
Text Example
Text Example
White with #4DD3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD3A3; }
p { color: rgb(77,211,163); }
H1.HeaderClassName
{
color: #4DD3A3;
}
.AnyTagClassName
{
color: #4DD3A3;
}
</style>
background-color css
<style>
a { background-color: #4DD3A3; }
a { background-color: rgb(77,211,163); }
div.DivClassName
{
background-color: #4DD3A3;
}
.BgClassName
{
background-color: #4DD3A3;
}
</style>
border-color css
<style>
span { border-color: #4DD3A3; }
span { border-color: rgb(77,211,163); }
td.TdClassName
{
border-color: #4DD3A3;
}
.TagClassName
{
border-color: #4DD3A3;
}
</style>