Shades of Aquamarine #57FDC6
Tints of Aquamarine #57FDC6
RGB
CMYK
RGB Variations
Color information
#57FDC6 (or 0x57FDC6) is known color: Aquamarine. HEX triplet: 57, FD and C6. RGB value is (87,253,198). Sum of RGB (Red+Green+Blue) = 87+253+198=538 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.17% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #57FDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FDC6 is #A80239. Grayscale: #C5C5C5. Windows color (decimal): -11010618 or 13040983. OLE color: 13040983.
HSL color Cylindrical-coordinate representation of color #57FDC6: hue angle of 160.12º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FDC6 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 253 | 198 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.01 |
| HSL | 160.12º | 0.98% | 0.67% | - |
| HSV(B) | 160.12º | 0.66% | 0.99% | - |
| XYZ | 49.25 | 76.35 | 65.57 | - |
| YUV | 197.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 253 | 198 | 0.66 | 0 | 0.22 | 0.01 | 160.12 | 0.98 | 0.67 |
| Hex | 57 | FD | C6 | 42 | 0 | 16 | 1 | A0 | 62 | 43 |
| Octal | 127 | 375 | 306 | 102 | 0 | 26 | 1 | 240 | 142 | 103 |
| Binary | 1010111 | 11111101 | 11000110 | 1000010 | 0 | 10110 | 1 | 10100000 | 1100010 | 1000011 |
Color Harmonies of #57FDC6
Complementary color
Monochromatic Colors of #57FDC6
Black with #57FDC6
Text Example
Text Example
White with #57FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FDC6; }
p { color: rgb(87,253,198); }
H1.HeaderClassName
{
color: #57FDC6;
}
.AnyTagClassName
{
color: #57FDC6;
}
</style>
background-color css
<style>
a { background-color: #57FDC6; }
a { background-color: rgb(87,253,198); }
div.DivClassName
{
background-color: #57FDC6;
}
.BgClassName
{
background-color: #57FDC6;
}
</style>
border-color css
<style>
span { border-color: #57FDC6; }
span { border-color: rgb(87,253,198); }
td.TdClassName
{
border-color: #57FDC6;
}
.TagClassName
{
border-color: #57FDC6;
}
</style>