Shades of Medium Aquamarine #57DDA4
Tints of Medium Aquamarine #57DDA4
RGB
CMYK
RGB Variations
Color information
#57DDA4 (or 0x57DDA4) is known color: Medium Aquamarine. HEX triplet: 57, DD and A4. RGB value is (87,221,164). Sum of RGB (Red+Green+Blue) = 87+221+164=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DDA4 is #A8225B. Grayscale: #AEAEAE. Windows color (decimal): -11018844 or 10804567. OLE color: 10804567.
HSL color Cylindrical-coordinate representation of color #57DDA4: hue angle of 154.48º 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 #57DDA4 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 164 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.13 |
| HSL | 154.48º | 0.66% | 0.6% | - |
| HSV(B) | 154.48º | 0.61% | 0.87% | - |
| XYZ | 36.49 | 56.42 | 44.09 | - |
| YUV | 174.44 | 122.11 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 164 | 0.61 | 0 | 0.26 | 0.13 | 154.48 | 0.66 | 0.6 |
| Hex | 57 | DD | A4 | 3D | 0 | 1A | D | 9A | 42 | 3C |
| Octal | 127 | 335 | 244 | 75 | 0 | 32 | 15 | 232 | 102 | 74 |
| Binary | 1010111 | 11011101 | 10100100 | 111101 | 0 | 11010 | 1101 | 10011010 | 1000010 | 111100 |
Color Harmonies of #57DDA4
Complementary color
Monochromatic Colors of #57DDA4
Black with #57DDA4
Text Example
Text Example
White with #57DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDA4; }
p { color: rgb(87,221,164); }
H1.HeaderClassName
{
color: #57DDA4;
}
.AnyTagClassName
{
color: #57DDA4;
}
</style>
background-color css
<style>
a { background-color: #57DDA4; }
a { background-color: rgb(87,221,164); }
div.DivClassName
{
background-color: #57DDA4;
}
.BgClassName
{
background-color: #57DDA4;
}
</style>
border-color css
<style>
span { border-color: #57DDA4; }
span { border-color: rgb(87,221,164); }
td.TdClassName
{
border-color: #57DDA4;
}
.TagClassName
{
border-color: #57DDA4;
}
</style>