Shades of Aquamarine #57FBBA
Tints of Aquamarine #57FBBA
RGB
CMYK
RGB Variations
Color information
#57FBBA (or 0x57FBBA) is known color: Aquamarine. HEX triplet: 57, FB and BA. RGB value is (87,251,186). Sum of RGB (Red+Green+Blue) = 87+251+186=524 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.60% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #57FBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FBBA is #A80445. Grayscale: #C2C2C2. Windows color (decimal): -11011142 or 12254039. OLE color: 12254039.
HSL color Cylindrical-coordinate representation of color #57FBBA: hue angle of 156.22º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57FBBA is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 251 | 186 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.02 |
| HSL | 156.22º | 0.95% | 0.66% | - |
| HSV(B) | 156.22º | 0.65% | 0.98% | - |
| XYZ | 47.29 | 74.57 | 58.35 | - |
| YUV | 194.55 | 123.17 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 251 | 186 | 0.65 | 0 | 0.26 | 0.02 | 156.22 | 0.95 | 0.66 |
| Hex | 57 | FB | BA | 41 | 0 | 1A | 2 | 9C | 5F | 42 |
| Octal | 127 | 373 | 272 | 101 | 0 | 32 | 2 | 234 | 137 | 102 |
| Binary | 1010111 | 11111011 | 10111010 | 1000001 | 0 | 11010 | 10 | 10011100 | 1011111 | 1000010 |
Color Harmonies of #57FBBA
Complementary color
Monochromatic Colors of #57FBBA
Black with #57FBBA
Text Example
Text Example
White with #57FBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FBBA; }
p { color: rgb(87,251,186); }
H1.HeaderClassName
{
color: #57FBBA;
}
.AnyTagClassName
{
color: #57FBBA;
}
</style>
background-color css
<style>
a { background-color: #57FBBA; }
a { background-color: rgb(87,251,186); }
div.DivClassName
{
background-color: #57FBBA;
}
.BgClassName
{
background-color: #57FBBA;
}
</style>
border-color css
<style>
span { border-color: #57FBBA; }
span { border-color: rgb(87,251,186); }
td.TdClassName
{
border-color: #57FBBA;
}
.TagClassName
{
border-color: #57FBBA;
}
</style>