Shades of Aquamarine #57FFBA
Tints of Aquamarine #57FFBA
RGB
CMYK
RGB Variations
Color information
#57FFBA (or 0x57FFBA) is known color: Aquamarine. HEX triplet: 57, FF and BA. RGB value is (87,255,186). Sum of RGB (Red+Green+Blue) = 87+255+186=528 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.48% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFBA is #A80045. Grayscale: #C5C5C5. Windows color (decimal): -11010118 or 12255063. OLE color: 12255063.
HSL color Cylindrical-coordinate representation of color #57FFBA: hue angle of 155.36º 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 #57FFBA is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 186 | - |
| CMYK | 0.66 | 0 | 0.27 | 0 |
| HSL | 155.36º | 1% | 0.67% | - |
| HSV(B) | 155.36º | 0.66% | 1% | - |
| XYZ | 48.55 | 77.09 | 58.78 | - |
| YUV | 196.9 | 121.84 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 186 | 0.66 | 0 | 0.27 | 0 | 155.36 | 1 | 0.67 |
| Hex | 57 | FF | BA | 42 | 0 | 1B | 0 | 9B | 64 | 43 |
| Octal | 127 | 377 | 272 | 102 | 0 | 33 | 0 | 233 | 144 | 103 |
| Binary | 1010111 | 11111111 | 10111010 | 1000010 | 0 | 11011 | 0 | 10011011 | 1100100 | 1000011 |
Color Harmonies of #57FFBA
Complementary color
Monochromatic Colors of #57FFBA
Black with #57FFBA
Text Example
Text Example
White with #57FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFBA; }
p { color: rgb(87,255,186); }
H1.HeaderClassName
{
color: #57FFBA;
}
.AnyTagClassName
{
color: #57FFBA;
}
</style>
background-color css
<style>
a { background-color: #57FFBA; }
a { background-color: rgb(87,255,186); }
div.DivClassName
{
background-color: #57FFBA;
}
.BgClassName
{
background-color: #57FFBA;
}
</style>
border-color css
<style>
span { border-color: #57FFBA; }
span { border-color: rgb(87,255,186); }
td.TdClassName
{
border-color: #57FFBA;
}
.TagClassName
{
border-color: #57FFBA;
}
</style>