Shades of Aquamarine #57FECD
Tints of Aquamarine #57FECD
RGB
CMYK
RGB Variations
Color information
#57FECD (or 0x57FECD) is known color: Aquamarine. HEX triplet: 57, FE and CD. RGB value is (87,254,205). Sum of RGB (Red+Green+Blue) = 87+254+205=546 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.93% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #57FECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FECD is #A80132. Grayscale: #C6C6C6. Windows color (decimal): -11010355 or 13499991. OLE color: 13499991.
HSL color Cylindrical-coordinate representation of color #57FECD: hue angle of 162.4º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FECD is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 205 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.00 |
| HSL | 162.4º | 0.99% | 0.67% | - |
| HSV(B) | 162.4º | 0.66% | 1% | - |
| XYZ | 50.39 | 77.32 | 70.03 | - |
| YUV | 198.48 | 131.67 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 205 | 0.66 | 0 | 0.19 | 0.00 | 162.4 | 0.99 | 0.67 |
| Hex | 57 | FE | CD | 42 | 0 | 13 | 0 | A2 | 63 | 43 |
| Octal | 127 | 376 | 315 | 102 | 0 | 23 | 0 | 242 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11001101 | 1000010 | 0 | 10011 | 0 | 10100010 | 1100011 | 1000011 |
Color Harmonies of #57FECD
Complementary color
Monochromatic Colors of #57FECD
Black with #57FECD
Text Example
Text Example
White with #57FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FECD; }
p { color: rgb(87,254,205); }
H1.HeaderClassName
{
color: #57FECD;
}
.AnyTagClassName
{
color: #57FECD;
}
</style>
background-color css
<style>
a { background-color: #57FECD; }
a { background-color: rgb(87,254,205); }
div.DivClassName
{
background-color: #57FECD;
}
.BgClassName
{
background-color: #57FECD;
}
</style>
border-color css
<style>
span { border-color: #57FECD; }
span { border-color: rgb(87,254,205); }
td.TdClassName
{
border-color: #57FECD;
}
.TagClassName
{
border-color: #57FECD;
}
</style>