Shades of Aquamarine #57FFBC
Tints of Aquamarine #57FFBC
RGB
CMYK
RGB Variations
Color information
#57FFBC (or 0x57FFBC) is known color: Aquamarine. HEX triplet: 57, FF and BC. RGB value is (87,255,188). Sum of RGB (Red+Green+Blue) = 87+255+188=530 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.42% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFBC is #A80043. Grayscale: #C5C5C5. Windows color (decimal): -11010116 or 12386135. OLE color: 12386135.
HSL color Cylindrical-coordinate representation of color #57FFBC: hue angle of 156.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 #57FFBC is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 188 | - |
| CMYK | 0.66 | 0 | 0.26 | 0 |
| HSL | 156.07º | 1% | 0.67% | - |
| HSV(B) | 156.07º | 0.66% | 1% | - |
| XYZ | 48.77 | 77.18 | 59.9 | - |
| YUV | 197.13 | 122.84 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 188 | 0.66 | 0 | 0.26 | 0 | 156.07 | 1 | 0.67 |
| Hex | 57 | FF | BC | 42 | 0 | 1A | 0 | 9C | 64 | 43 |
| Octal | 127 | 377 | 274 | 102 | 0 | 32 | 0 | 234 | 144 | 103 |
| Binary | 1010111 | 11111111 | 10111100 | 1000010 | 0 | 11010 | 0 | 10011100 | 1100100 | 1000011 |
Color Harmonies of #57FFBC
Complementary color
Monochromatic Colors of #57FFBC
Black with #57FFBC
Text Example
Text Example
White with #57FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFBC; }
p { color: rgb(87,255,188); }
H1.HeaderClassName
{
color: #57FFBC;
}
.AnyTagClassName
{
color: #57FFBC;
}
</style>
background-color css
<style>
a { background-color: #57FFBC; }
a { background-color: rgb(87,255,188); }
div.DivClassName
{
background-color: #57FFBC;
}
.BgClassName
{
background-color: #57FFBC;
}
</style>
border-color css
<style>
span { border-color: #57FFBC; }
span { border-color: rgb(87,255,188); }
td.TdClassName
{
border-color: #57FFBC;
}
.TagClassName
{
border-color: #57FFBC;
}
</style>