Shades of Medium Aquamarine #57FCAB
Tints of Medium Aquamarine #57FCAB
RGB
CMYK
RGB Variations
Color information
#57FCAB (or 0x57FCAB) is known color: Medium Aquamarine. HEX triplet: 57, FC and AB. RGB value is (87,252,171). Sum of RGB (Red+Green+Blue) = 87+252+171=510 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.06% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #57FCAB is #A80354. Grayscale: #C1C1C1. Windows color (decimal): -11010901 or 11271255. OLE color: 11271255.
HSL color Cylindrical-coordinate representation of color #57FCAB: hue angle of 150.55º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCAB is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 252 | 171 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.01 |
| HSL | 150.55º | 0.96% | 0.66% | - |
| HSV(B) | 150.55º | 0.65% | 0.99% | - |
| XYZ | 46.09 | 74.59 | 50.5 | - |
| YUV | 193.43 | 115.34 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 252 | 171 | 0.65 | 0 | 0.32 | 0.01 | 150.55 | 0.96 | 0.66 |
| Hex | 57 | FC | AB | 41 | 0 | 20 | 1 | 97 | 60 | 42 |
| Octal | 127 | 374 | 253 | 101 | 0 | 40 | 1 | 227 | 140 | 102 |
| Binary | 1010111 | 11111100 | 10101011 | 1000001 | 0 | 100000 | 1 | 10010111 | 1100000 | 1000010 |
Color Harmonies of #57FCAB
Complementary color
Monochromatic Colors of #57FCAB
Black with #57FCAB
Text Example
Text Example
White with #57FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FCAB; }
p { color: rgb(87,252,171); }
H1.HeaderClassName
{
color: #57FCAB;
}
.AnyTagClassName
{
color: #57FCAB;
}
</style>
background-color css
<style>
a { background-color: #57FCAB; }
a { background-color: rgb(87,252,171); }
div.DivClassName
{
background-color: #57FCAB;
}
.BgClassName
{
background-color: #57FCAB;
}
</style>
border-color css
<style>
span { border-color: #57FCAB; }
span { border-color: rgb(87,252,171); }
td.TdClassName
{
border-color: #57FCAB;
}
.TagClassName
{
border-color: #57FCAB;
}
</style>