Shades of Aquamarine #57FCC0
Tints of Aquamarine #57FCC0
RGB
CMYK
RGB Variations
Color information
#57FCC0 (or 0x57FCC0) is known color: Aquamarine. HEX triplet: 57, FC and C0. RGB value is (87,252,192). Sum of RGB (Red+Green+Blue) = 87+252+192=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCC0 is #A8033F. Grayscale: #C3C3C3. Windows color (decimal): -11010880 or 12647511. OLE color: 12647511.
HSL color Cylindrical-coordinate representation of color #57FCC0: hue angle of 158.18º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FCC0 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 252 | 192 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.01 |
| HSL | 158.18º | 0.96% | 0.66% | - |
| HSV(B) | 158.18º | 0.65% | 0.99% | - |
| XYZ | 48.26 | 75.45 | 61.89 | - |
| YUV | 195.83 | 125.84 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 252 | 192 | 0.65 | 0 | 0.24 | 0.01 | 158.18 | 0.96 | 0.66 |
| Hex | 57 | FC | C0 | 41 | 0 | 18 | 1 | 9E | 60 | 42 |
| Octal | 127 | 374 | 300 | 101 | 0 | 30 | 1 | 236 | 140 | 102 |
| Binary | 1010111 | 11111100 | 11000000 | 1000001 | 0 | 11000 | 1 | 10011110 | 1100000 | 1000010 |
Color Harmonies of #57FCC0
Complementary color
Monochromatic Colors of #57FCC0
Black with #57FCC0
Text Example
Text Example
White with #57FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FCC0; }
p { color: rgb(87,252,192); }
H1.HeaderClassName
{
color: #57FCC0;
}
.AnyTagClassName
{
color: #57FCC0;
}
</style>
background-color css
<style>
a { background-color: #57FCC0; }
a { background-color: rgb(87,252,192); }
div.DivClassName
{
background-color: #57FCC0;
}
.BgClassName
{
background-color: #57FCC0;
}
</style>
border-color css
<style>
span { border-color: #57FCC0; }
span { border-color: rgb(87,252,192); }
td.TdClassName
{
border-color: #57FCC0;
}
.TagClassName
{
border-color: #57FCC0;
}
</style>