Shades of Aquamarine #57FFC1
Tints of Aquamarine #57FFC1
RGB
CMYK
RGB Variations
Color information
#57FFC1 (or 0x57FFC1) is known color: Aquamarine. HEX triplet: 57, FF and C1. RGB value is (87,255,193). Sum of RGB (Red+Green+Blue) = 87+255+193=535 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.26% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFC1 is #A8003E. Grayscale: #C5C5C5. Windows color (decimal): -11010111 or 12713815. OLE color: 12713815.
HSL color Cylindrical-coordinate representation of color #57FFC1: hue angle of 157.86º 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 #57FFC1 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 193 | - |
| CMYK | 0.66 | 0 | 0.24 | 0 |
| HSL | 157.86º | 1% | 0.67% | - |
| HSV(B) | 157.86º | 0.66% | 1% | - |
| XYZ | 49.32 | 77.4 | 62.79 | - |
| YUV | 197.7 | 125.34 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 193 | 0.66 | 0 | 0.24 | 0 | 157.86 | 1 | 0.67 |
| Hex | 57 | FF | C1 | 42 | 0 | 18 | 0 | 9E | 64 | 43 |
| Octal | 127 | 377 | 301 | 102 | 0 | 30 | 0 | 236 | 144 | 103 |
| Binary | 1010111 | 11111111 | 11000001 | 1000010 | 0 | 11000 | 0 | 10011110 | 1100100 | 1000011 |
Color Harmonies of #57FFC1
Complementary color
Monochromatic Colors of #57FFC1
Black with #57FFC1
Text Example
Text Example
White with #57FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFC1; }
p { color: rgb(87,255,193); }
H1.HeaderClassName
{
color: #57FFC1;
}
.AnyTagClassName
{
color: #57FFC1;
}
</style>
background-color css
<style>
a { background-color: #57FFC1; }
a { background-color: rgb(87,255,193); }
div.DivClassName
{
background-color: #57FFC1;
}
.BgClassName
{
background-color: #57FFC1;
}
</style>
border-color css
<style>
span { border-color: #57FFC1; }
span { border-color: rgb(87,255,193); }
td.TdClassName
{
border-color: #57FFC1;
}
.TagClassName
{
border-color: #57FFC1;
}
</style>