Shades of Medium Aquamarine #57FAB4
Tints of Medium Aquamarine #57FAB4
RGB
CMYK
RGB Variations
Color information
#57FAB4 (or 0x57FAB4) is known color: Medium Aquamarine. HEX triplet: 57, FA and B4. RGB value is (87,250,180). Sum of RGB (Red+Green+Blue) = 87+250+180=517 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.83% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #57FAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FAB4 is #A8054B. Grayscale: #C1C1C1. Windows color (decimal): -11011404 or 11860567. OLE color: 11860567.
HSL color Cylindrical-coordinate representation of color #57FAB4: hue angle of 154.23º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FAB4 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 250 | 180 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.02 |
| HSL | 154.23º | 0.94% | 0.66% | - |
| HSV(B) | 154.23º | 0.65% | 0.98% | - |
| XYZ | 46.35 | 73.69 | 54.96 | - |
| YUV | 193.28 | 120.5 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 250 | 180 | 0.65 | 0 | 0.28 | 0.02 | 154.23 | 0.94 | 0.66 |
| Hex | 57 | FA | B4 | 41 | 0 | 1C | 2 | 9A | 5E | 42 |
| Octal | 127 | 372 | 264 | 101 | 0 | 34 | 2 | 232 | 136 | 102 |
| Binary | 1010111 | 11111010 | 10110100 | 1000001 | 0 | 11100 | 10 | 10011010 | 1011110 | 1000010 |
Color Harmonies of #57FAB4
Complementary color
Monochromatic Colors of #57FAB4
Black with #57FAB4
Text Example
Text Example
White with #57FAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FAB4; }
p { color: rgb(87,250,180); }
H1.HeaderClassName
{
color: #57FAB4;
}
.AnyTagClassName
{
color: #57FAB4;
}
</style>
background-color css
<style>
a { background-color: #57FAB4; }
a { background-color: rgb(87,250,180); }
div.DivClassName
{
background-color: #57FAB4;
}
.BgClassName
{
background-color: #57FAB4;
}
</style>
border-color css
<style>
span { border-color: #57FAB4; }
span { border-color: rgb(87,250,180); }
td.TdClassName
{
border-color: #57FAB4;
}
.TagClassName
{
border-color: #57FAB4;
}
</style>