Shades of Aquamarine #57FFCA
Tints of Aquamarine #57FFCA
RGB
CMYK
RGB Variations
Color information
#57FFCA (or 0x57FFCA) is known color: Aquamarine. HEX triplet: 57, FF and CA. RGB value is (87,255,202). Sum of RGB (Red+Green+Blue) = 87+255+202=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFCA is #A80035. Grayscale: #C6C6C6. Windows color (decimal): -11010102 or 13303639. OLE color: 13303639.
HSL color Cylindrical-coordinate representation of color #57FFCA: hue angle of 161.07º 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 #57FFCA is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 202 | - |
| CMYK | 0.66 | 0 | 0.21 | 0 |
| HSL | 161.07º | 1% | 0.67% | - |
| HSV(B) | 161.07º | 0.66% | 1% | - |
| XYZ | 50.35 | 77.81 | 68.24 | - |
| YUV | 198.73 | 129.84 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 202 | 0.66 | 0 | 0.21 | 0 | 161.07 | 1 | 0.67 |
| Hex | 57 | FF | CA | 42 | 0 | 15 | 0 | A1 | 64 | 43 |
| Octal | 127 | 377 | 312 | 102 | 0 | 25 | 0 | 241 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11001010 | 1000010 | 0 | 10101 | 0 | 10100001 | 1100100 | 1000011 |
Color Harmonies of #57FFCA
Complementary color
Monochromatic Colors of #57FFCA
Black with #57FFCA
Text Example
Text Example
White with #57FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFCA; }
p { color: rgb(87,255,202); }
H1.HeaderClassName
{
color: #57FFCA;
}
.AnyTagClassName
{
color: #57FFCA;
}
</style>
background-color css
<style>
a { background-color: #57FFCA; }
a { background-color: rgb(87,255,202); }
div.DivClassName
{
background-color: #57FFCA;
}
.BgClassName
{
background-color: #57FFCA;
}
</style>
border-color css
<style>
span { border-color: #57FFCA; }
span { border-color: rgb(87,255,202); }
td.TdClassName
{
border-color: #57FFCA;
}
.TagClassName
{
border-color: #57FFCA;
}
</style>