Shades of Medium Aquamarine #57D5AC
Tints of Medium Aquamarine #57D5AC
RGB
CMYK
RGB Variations
Color information
#57D5AC (or 0x57D5AC) is known color: Medium Aquamarine. HEX triplet: 57, D5 and AC. RGB value is (87,213,172). Sum of RGB (Red+Green+Blue) = 87+213+172=472 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.43% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #57D5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D5AC is #A82A53. Grayscale: #AAAAAA. Windows color (decimal): -11020884 or 11326807. OLE color: 11326807.
HSL color Cylindrical-coordinate representation of color #57D5AC: hue angle of 160.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57D5AC is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 213 | 172 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.16 |
| HSL | 160.48º | 0.6% | 0.59% | - |
| HSV(B) | 160.48º | 0.59% | 0.84% | - |
| XYZ | 35.17 | 52.59 | 47.33 | - |
| YUV | 170.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 213 | 172 | 0.59 | 0 | 0.19 | 0.16 | 160.48 | 0.6 | 0.59 |
| Hex | 57 | D5 | AC | 3B | 0 | 13 | 10 | A0 | 3C | 3B |
| Octal | 127 | 325 | 254 | 73 | 0 | 23 | 20 | 240 | 74 | 73 |
| Binary | 1010111 | 11010101 | 10101100 | 111011 | 0 | 10011 | 10000 | 10100000 | 111100 | 111011 |
Color Harmonies of #57D5AC
Complementary color
Monochromatic Colors of #57D5AC
Black with #57D5AC
Text Example
Text Example
White with #57D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D5AC; }
p { color: rgb(87,213,172); }
H1.HeaderClassName
{
color: #57D5AC;
}
.AnyTagClassName
{
color: #57D5AC;
}
</style>
background-color css
<style>
a { background-color: #57D5AC; }
a { background-color: rgb(87,213,172); }
div.DivClassName
{
background-color: #57D5AC;
}
.BgClassName
{
background-color: #57D5AC;
}
</style>
border-color css
<style>
span { border-color: #57D5AC; }
span { border-color: rgb(87,213,172); }
td.TdClassName
{
border-color: #57D5AC;
}
.TagClassName
{
border-color: #57D5AC;
}
</style>