Shades of Medium Aquamarine #57FFA8
Tints of Medium Aquamarine #57FFA8
RGB
CMYK
RGB Variations
Color information
#57FFA8 (or 0x57FFA8) is known color: Medium Aquamarine. HEX triplet: 57, FF and A8. RGB value is (87,255,168). Sum of RGB (Red+Green+Blue) = 87+255+168=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #57FFA8 is #A80057. Grayscale: #C3C3C3. Windows color (decimal): -11010136 or 11075415. OLE color: 11075415.
HSL color Cylindrical-coordinate representation of color #57FFA8: hue angle of 148.93º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FFA8 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 168 | - |
| CMYK | 0.66 | 0 | 0.34 | 0 |
| HSL | 148.93º | 1% | 0.67% | - |
| HSV(B) | 148.93º | 0.66% | 1% | - |
| XYZ | 46.76 | 76.37 | 49.32 | - |
| YUV | 194.85 | 112.84 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 168 | 0.66 | 0 | 0.34 | 0 | 148.93 | 1 | 0.67 |
| Hex | 57 | FF | A8 | 42 | 0 | 22 | 0 | 95 | 64 | 43 |
| Octal | 127 | 377 | 250 | 102 | 0 | 42 | 0 | 225 | 144 | 103 |
| Binary | 1010111 | 11111111 | 10101000 | 1000010 | 0 | 100010 | 0 | 10010101 | 1100100 | 1000011 |
Color Harmonies of #57FFA8
Complementary color
Monochromatic Colors of #57FFA8
Black with #57FFA8
Text Example
Text Example
White with #57FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFA8; }
p { color: rgb(87,255,168); }
H1.HeaderClassName
{
color: #57FFA8;
}
.AnyTagClassName
{
color: #57FFA8;
}
</style>
background-color css
<style>
a { background-color: #57FFA8; }
a { background-color: rgb(87,255,168); }
div.DivClassName
{
background-color: #57FFA8;
}
.BgClassName
{
background-color: #57FFA8;
}
</style>
border-color css
<style>
span { border-color: #57FFA8; }
span { border-color: rgb(87,255,168); }
td.TdClassName
{
border-color: #57FFA8;
}
.TagClassName
{
border-color: #57FFA8;
}
</style>