Shades of Medium Aquamarine #57D4AC
Tints of Medium Aquamarine #57D4AC
RGB
CMYK
RGB Variations
Color information
#57D4AC (or 0x57D4AC) is known color: Medium Aquamarine. HEX triplet: 57, D4 and AC. RGB value is (87,212,172). Sum of RGB (Red+Green+Blue) = 87+212+172=471 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.47% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #57D4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D4AC is #A82B53. Grayscale: #AAAAAA. Windows color (decimal): -11021140 or 11326551. OLE color: 11326551.
HSL color Cylindrical-coordinate representation of color #57D4AC: hue angle of 160.8º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D4AC is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 212 | 172 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.17 |
| HSL | 160.8º | 0.59% | 0.59% | - |
| HSV(B) | 160.8º | 0.59% | 0.83% | - |
| XYZ | 34.92 | 52.09 | 47.24 | - |
| YUV | 170.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 212 | 172 | 0.59 | 0 | 0.19 | 0.17 | 160.8 | 0.59 | 0.59 |
| Hex | 57 | D4 | AC | 3B | 0 | 13 | 11 | A1 | 3B | 3B |
| Octal | 127 | 324 | 254 | 73 | 0 | 23 | 21 | 241 | 73 | 73 |
| Binary | 1010111 | 11010100 | 10101100 | 111011 | 0 | 10011 | 10001 | 10100001 | 111011 | 111011 |
Color Harmonies of #57D4AC
Complementary color
Monochromatic Colors of #57D4AC
Black with #57D4AC
Text Example
Text Example
White with #57D4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D4AC; }
p { color: rgb(87,212,172); }
H1.HeaderClassName
{
color: #57D4AC;
}
.AnyTagClassName
{
color: #57D4AC;
}
</style>
background-color css
<style>
a { background-color: #57D4AC; }
a { background-color: rgb(87,212,172); }
div.DivClassName
{
background-color: #57D4AC;
}
.BgClassName
{
background-color: #57D4AC;
}
</style>
border-color css
<style>
span { border-color: #57D4AC; }
span { border-color: rgb(87,212,172); }
td.TdClassName
{
border-color: #57D4AC;
}
.TagClassName
{
border-color: #57D4AC;
}
</style>