Shades of Aquamarine #57FECA
Tints of Aquamarine #57FECA
RGB
CMYK
RGB Variations
Color information
#57FECA (or 0x57FECA) is known color: Aquamarine. HEX triplet: 57, FE and CA. RGB value is (87,254,202). Sum of RGB (Red+Green+Blue) = 87+254+202=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #57FECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FECA is #A80135. Grayscale: #C6C6C6. Windows color (decimal): -11010358 or 13303383. OLE color: 13303383.
HSL color Cylindrical-coordinate representation of color #57FECA: hue angle of 161.32º 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 #57FECA is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 254 | 202 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.00 |
| HSL | 161.32º | 0.99% | 0.67% | - |
| HSV(B) | 161.32º | 0.66% | 1% | - |
| XYZ | 50.03 | 77.17 | 68.14 | - |
| YUV | 198.14 | 130.17 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 254 | 202 | 0.66 | 0 | 0.20 | 0.00 | 161.32 | 0.99 | 0.67 |
| Hex | 57 | FE | CA | 42 | 0 | 14 | 0 | A1 | 63 | 43 |
| Octal | 127 | 376 | 312 | 102 | 0 | 24 | 0 | 241 | 143 | 103 |
| Binary | 1010111 | 11111110 | 11001010 | 1000010 | 0 | 10100 | 0 | 10100001 | 1100011 | 1000011 |
Color Harmonies of #57FECA
Complementary color
Monochromatic Colors of #57FECA
Black with #57FECA
Text Example
Text Example
White with #57FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FECA; }
p { color: rgb(87,254,202); }
H1.HeaderClassName
{
color: #57FECA;
}
.AnyTagClassName
{
color: #57FECA;
}
</style>
background-color css
<style>
a { background-color: #57FECA; }
a { background-color: rgb(87,254,202); }
div.DivClassName
{
background-color: #57FECA;
}
.BgClassName
{
background-color: #57FECA;
}
</style>
border-color css
<style>
span { border-color: #57FECA; }
span { border-color: rgb(87,254,202); }
td.TdClassName
{
border-color: #57FECA;
}
.TagClassName
{
border-color: #57FECA;
}
</style>