Shades of Medium Aquamarine #4DD2A8
Tints of Medium Aquamarine #4DD2A8
RGB
CMYK
RGB Variations
Color information
#4DD2A8 (or 0x4DD2A8) is known color: Medium Aquamarine. HEX triplet: 4D, D2 and A8. RGB value is (77,210,168). Sum of RGB (Red+Green+Blue) = 77+210+168=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #4DD2A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD2A8 is #B22D57. Grayscale: #A5A5A5. Windows color (decimal): -11677016 or 11063885. OLE color: 11063885.
HSL color Cylindrical-coordinate representation of color #4DD2A8: hue angle of 161.05º degrees, saturation: 0.6, 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 #4DD2A8 is Cyan = 0.63, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 77 | 210 | 168 | - |
| CMYK | 0.63 | 0 | 0.2 | 0.18 |
| HSL | 161.05º | 0.6% | 0.56% | - |
| HSV(B) | 161.05º | 0.63% | 0.82% | - |
| XYZ | 33.18 | 50.5 | 45.04 | - |
| YUV | 165.45 | 129.44 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 210 | 168 | 0.63 | 0 | 0.2 | 0.18 | 161.05 | 0.6 | 0.56 |
| Hex | 4D | D2 | A8 | 3F | 0 | 14 | 12 | A1 | 3C | 38 |
| Octal | 115 | 322 | 250 | 77 | 0 | 24 | 22 | 241 | 74 | 70 |
| Binary | 1001101 | 11010010 | 10101000 | 111111 | 0 | 10100 | 10010 | 10100001 | 111100 | 111000 |
Color Harmonies of #4DD2A8
Complementary color
Monochromatic Colors of #4DD2A8
Black with #4DD2A8
Text Example
Text Example
White with #4DD2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD2A8; }
p { color: rgb(77,210,168); }
H1.HeaderClassName
{
color: #4DD2A8;
}
.AnyTagClassName
{
color: #4DD2A8;
}
</style>
background-color css
<style>
a { background-color: #4DD2A8; }
a { background-color: rgb(77,210,168); }
div.DivClassName
{
background-color: #4DD2A8;
}
.BgClassName
{
background-color: #4DD2A8;
}
</style>
border-color css
<style>
span { border-color: #4DD2A8; }
span { border-color: rgb(77,210,168); }
td.TdClassName
{
border-color: #4DD2A8;
}
.TagClassName
{
border-color: #4DD2A8;
}
</style>