Shades of Medium Aquamarine #4DD5A2
Tints of Medium Aquamarine #4DD5A2
RGB
CMYK
RGB Variations
Color information
#4DD5A2 (or 0x4DD5A2) is known color: Medium Aquamarine. HEX triplet: 4D, D5 and A2. RGB value is (77,213,162). Sum of RGB (Red+Green+Blue) = 77+213+162=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD5A2 is #B22A5D. Grayscale: #A6A6A6. Windows color (decimal): -11676254 or 10671437. OLE color: 10671437.
HSL color Cylindrical-coordinate representation of color #4DD5A2: hue angle of 157.5º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD5A2 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 162 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.16 |
| HSL | 157.5º | 0.62% | 0.57% | - |
| HSV(B) | 157.5º | 0.64% | 0.84% | - |
| XYZ | 33.38 | 51.77 | 42.42 | - |
| YUV | 166.52 | 125.44 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 162 | 0.64 | 0 | 0.24 | 0.16 | 157.5 | 0.62 | 0.57 |
| Hex | 4D | D5 | A2 | 40 | 0 | 18 | 10 | 9E | 3E | 39 |
| Octal | 115 | 325 | 242 | 100 | 0 | 30 | 20 | 236 | 76 | 71 |
| Binary | 1001101 | 11010101 | 10100010 | 1000000 | 0 | 11000 | 10000 | 10011110 | 111110 | 111001 |
Color Harmonies of #4DD5A2
Complementary color
Monochromatic Colors of #4DD5A2
Black with #4DD5A2
Text Example
Text Example
White with #4DD5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD5A2; }
p { color: rgb(77,213,162); }
H1.HeaderClassName
{
color: #4DD5A2;
}
.AnyTagClassName
{
color: #4DD5A2;
}
</style>
background-color css
<style>
a { background-color: #4DD5A2; }
a { background-color: rgb(77,213,162); }
div.DivClassName
{
background-color: #4DD5A2;
}
.BgClassName
{
background-color: #4DD5A2;
}
</style>
border-color css
<style>
span { border-color: #4DD5A2; }
span { border-color: rgb(77,213,162); }
td.TdClassName
{
border-color: #4DD5A2;
}
.TagClassName
{
border-color: #4DD5A2;
}
</style>