Shades of Medium Aquamarine #57DCAA
Tints of Medium Aquamarine #57DCAA
RGB
CMYK
RGB Variations
Color information
#57DCAA (or 0x57DCAA) is known color: Medium Aquamarine. HEX triplet: 57, DC and AA. RGB value is (87,220,170). Sum of RGB (Red+Green+Blue) = 87+220+170=477 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.24% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #57DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DCAA is #A82355. Grayscale: #AEAEAE. Windows color (decimal): -11019094 or 11197527. OLE color: 11197527.
HSL color Cylindrical-coordinate representation of color #57DCAA: hue angle of 157.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DCAA is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 170 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.14 |
| HSL | 157.44º | 0.66% | 0.6% | - |
| HSV(B) | 157.44º | 0.6% | 0.86% | - |
| XYZ | 36.78 | 56.11 | 46.92 | - |
| YUV | 174.53 | 125.44 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 170 | 0.60 | 0 | 0.23 | 0.14 | 157.44 | 0.66 | 0.6 |
| Hex | 57 | DC | AA | 3C | 0 | 17 | E | 9D | 42 | 3C |
| Octal | 127 | 334 | 252 | 74 | 0 | 27 | 16 | 235 | 102 | 74 |
| Binary | 1010111 | 11011100 | 10101010 | 111100 | 0 | 10111 | 1110 | 10011101 | 1000010 | 111100 |
Color Harmonies of #57DCAA
Complementary color
Monochromatic Colors of #57DCAA
Black with #57DCAA
Text Example
Text Example
White with #57DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCAA; }
p { color: rgb(87,220,170); }
H1.HeaderClassName
{
color: #57DCAA;
}
.AnyTagClassName
{
color: #57DCAA;
}
</style>
background-color css
<style>
a { background-color: #57DCAA; }
a { background-color: rgb(87,220,170); }
div.DivClassName
{
background-color: #57DCAA;
}
.BgClassName
{
background-color: #57DCAA;
}
</style>
border-color css
<style>
span { border-color: #57DCAA; }
span { border-color: rgb(87,220,170); }
td.TdClassName
{
border-color: #57DCAA;
}
.TagClassName
{
border-color: #57DCAA;
}
</style>