Shades of Medium Aquamarine #57DDAD
Tints of Medium Aquamarine #57DDAD
RGB
CMYK
RGB Variations
Color information
#57DDAD (or 0x57DDAD) is known color: Medium Aquamarine. HEX triplet: 57, DD and AD. RGB value is (87,221,173). Sum of RGB (Red+Green+Blue) = 87+221+173=481 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.09% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #57DDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57DDAD is #A82252. Grayscale: #AFAFAF. Windows color (decimal): -11018835 or 11394391. OLE color: 11394391.
HSL color Cylindrical-coordinate representation of color #57DDAD: hue angle of 158.51º 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 #57DDAD is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 173 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.13 |
| HSL | 158.51º | 0.66% | 0.6% | - |
| HSV(B) | 158.51º | 0.61% | 0.87% | - |
| XYZ | 37.33 | 56.76 | 48.52 | - |
| YUV | 175.46 | 126.61 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 173 | 0.61 | 0 | 0.22 | 0.13 | 158.51 | 0.66 | 0.6 |
| Hex | 57 | DD | AD | 3D | 0 | 16 | D | 9F | 42 | 3C |
| Octal | 127 | 335 | 255 | 75 | 0 | 26 | 15 | 237 | 102 | 74 |
| Binary | 1010111 | 11011101 | 10101101 | 111101 | 0 | 10110 | 1101 | 10011111 | 1000010 | 111100 |
Color Harmonies of #57DDAD
Complementary color
Monochromatic Colors of #57DDAD
Black with #57DDAD
Text Example
Text Example
White with #57DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DDAD; }
p { color: rgb(87,221,173); }
H1.HeaderClassName
{
color: #57DDAD;
}
.AnyTagClassName
{
color: #57DDAD;
}
</style>
background-color css
<style>
a { background-color: #57DDAD; }
a { background-color: rgb(87,221,173); }
div.DivClassName
{
background-color: #57DDAD;
}
.BgClassName
{
background-color: #57DDAD;
}
</style>
border-color css
<style>
span { border-color: #57DDAD; }
span { border-color: rgb(87,221,173); }
td.TdClassName
{
border-color: #57DDAD;
}
.TagClassName
{
border-color: #57DDAD;
}
</style>