Shades of Medium Aquamarine #57DDA2
Tints of Medium Aquamarine #57DDA2
RGB
CMYK
RGB Variations
Color information
#57DDA2 (or 0x57DDA2) is known color: Medium Aquamarine. HEX triplet: 57, DD and A2. RGB value is (87,221,162). Sum of RGB (Red+Green+Blue) = 87+221+162=470 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.51% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DDA2 is #A8225D. Grayscale: #AEAEAE. Windows color (decimal): -11018846 or 10673495. OLE color: 10673495.
HSL color Cylindrical-coordinate representation of color #57DDA2: hue angle of 153.58º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DDA2 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 162 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.13 |
| HSL | 153.58º | 0.66% | 0.6% | - |
| HSV(B) | 153.58º | 0.61% | 0.87% | - |
| XYZ | 36.31 | 56.35 | 43.14 | - |
| YUV | 174.21 | 121.11 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 162 | 0.61 | 0 | 0.27 | 0.13 | 153.58 | 0.66 | 0.6 |
| Hex | 57 | DD | A2 | 3D | 0 | 1B | D | 9A | 42 | 3C |
| Octal | 127 | 335 | 242 | 75 | 0 | 33 | 15 | 232 | 102 | 74 |
| Binary | 1010111 | 11011101 | 10100010 | 111101 | 0 | 11011 | 1101 | 10011010 | 1000010 | 111100 |
Color Harmonies of #57DDA2
Complementary color
Monochromatic Colors of #57DDA2
Black with #57DDA2
Text Example
Text Example
White with #57DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDA2; }
p { color: rgb(87,221,162); }
H1.HeaderClassName
{
color: #57DDA2;
}
.AnyTagClassName
{
color: #57DDA2;
}
</style>
background-color css
<style>
a { background-color: #57DDA2; }
a { background-color: rgb(87,221,162); }
div.DivClassName
{
background-color: #57DDA2;
}
.BgClassName
{
background-color: #57DDA2;
}
</style>
border-color css
<style>
span { border-color: #57DDA2; }
span { border-color: rgb(87,221,162); }
td.TdClassName
{
border-color: #57DDA2;
}
.TagClassName
{
border-color: #57DDA2;
}
</style>