Shades of Medium Aquamarine #57D8AF
Tints of Medium Aquamarine #57D8AF
RGB
CMYK
RGB Variations
Color information
#57D8AF (or 0x57D8AF) is known color: Medium Aquamarine. HEX triplet: 57, D8 and AF. RGB value is (87,216,175). Sum of RGB (Red+Green+Blue) = 87+216+175=478 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.20% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #57D8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D8AF is #A82750. Grayscale: #ACACAC. Windows color (decimal): -11020113 or 11524183. OLE color: 11524183.
HSL color Cylindrical-coordinate representation of color #57D8AF: hue angle of 160.93º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57D8AF is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 216 | 175 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.15 |
| HSL | 160.93º | 0.62% | 0.59% | - |
| HSV(B) | 160.93º | 0.6% | 0.85% | - |
| XYZ | 36.22 | 54.23 | 49.12 | - |
| YUV | 172.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 216 | 175 | 0.60 | 0 | 0.19 | 0.15 | 160.93 | 0.62 | 0.59 |
| Hex | 57 | D8 | AF | 3C | 0 | 13 | F | A1 | 3E | 3B |
| Octal | 127 | 330 | 257 | 74 | 0 | 23 | 17 | 241 | 76 | 73 |
| Binary | 1010111 | 11011000 | 10101111 | 111100 | 0 | 10011 | 1111 | 10100001 | 111110 | 111011 |
Color Harmonies of #57D8AF
Complementary color
Monochromatic Colors of #57D8AF
Black with #57D8AF
Text Example
Text Example
White with #57D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D8AF; }
p { color: rgb(87,216,175); }
H1.HeaderClassName
{
color: #57D8AF;
}
.AnyTagClassName
{
color: #57D8AF;
}
</style>
background-color css
<style>
a { background-color: #57D8AF; }
a { background-color: rgb(87,216,175); }
div.DivClassName
{
background-color: #57D8AF;
}
.BgClassName
{
background-color: #57D8AF;
}
</style>
border-color css
<style>
span { border-color: #57D8AF; }
span { border-color: rgb(87,216,175); }
td.TdClassName
{
border-color: #57D8AF;
}
.TagClassName
{
border-color: #57D8AF;
}
</style>