Shades of Medium Aquamarine #57D0AB
Tints of Medium Aquamarine #57D0AB
RGB
CMYK
RGB Variations
Color information
#57D0AB (or 0x57D0AB) is known color: Medium Aquamarine. HEX triplet: 57, D0 and AB. RGB value is (87,208,171). Sum of RGB (Red+Green+Blue) = 87+208+171=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #57D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57D0AB is #A82F54. Grayscale: #A7A7A7. Windows color (decimal): -11022165 or 11259991. OLE color: 11259991.
HSL color Cylindrical-coordinate representation of color #57D0AB: hue angle of 161.65º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57D0AB is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 87 | 208 | 171 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.18 |
| HSL | 161.65º | 0.56% | 0.58% | - |
| HSV(B) | 161.65º | 0.58% | 0.82% | - |
| XYZ | 33.84 | 50.08 | 46.41 | - |
| YUV | 167.6 | 129.91 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 208 | 171 | 0.58 | 0 | 0.18 | 0.18 | 161.65 | 0.56 | 0.58 |
| Hex | 57 | D0 | AB | 3A | 0 | 12 | 12 | A2 | 38 | 3A |
| Octal | 127 | 320 | 253 | 72 | 0 | 22 | 22 | 242 | 70 | 72 |
| Binary | 1010111 | 11010000 | 10101011 | 111010 | 0 | 10010 | 10010 | 10100010 | 111000 | 111010 |
Color Harmonies of #57D0AB
Complementary color
Monochromatic Colors of #57D0AB
Black with #57D0AB
Text Example
Text Example
White with #57D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57D0AB; }
p { color: rgb(87,208,171); }
H1.HeaderClassName
{
color: #57D0AB;
}
.AnyTagClassName
{
color: #57D0AB;
}
</style>
background-color css
<style>
a { background-color: #57D0AB; }
a { background-color: rgb(87,208,171); }
div.DivClassName
{
background-color: #57D0AB;
}
.BgClassName
{
background-color: #57D0AB;
}
</style>
border-color css
<style>
span { border-color: #57D0AB; }
span { border-color: rgb(87,208,171); }
td.TdClassName
{
border-color: #57D0AB;
}
.TagClassName
{
border-color: #57D0AB;
}
</style>