Shades of Aquamarine #57FFB9
Tints of Aquamarine #57FFB9
RGB
CMYK
RGB Variations
Color information
#57FFB9 (or 0x57FFB9) is known color: Aquamarine. HEX triplet: 57, FF and B9. RGB value is (87,255,185). Sum of RGB (Red+Green+Blue) = 87+255+185=527 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.51% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFB9 is #A80046. Grayscale: #C4C4C4. Windows color (decimal): -11010119 or 12189527. OLE color: 12189527.
HSL color Cylindrical-coordinate representation of color #57FFB9: hue angle of 155º 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 #57FFB9 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 185 | - |
| CMYK | 0.66 | 0 | 0.27 | 0 |
| HSL | 155º | 1% | 0.67% | - |
| HSV(B) | 155º | 0.66% | 1% | - |
| XYZ | 48.45 | 77.05 | 58.22 | - |
| YUV | 196.79 | 121.34 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 185 | 0.66 | 0 | 0.27 | 0 | 155 | 1 | 0.67 |
| Hex | 57 | FF | B9 | 42 | 0 | 1B | 0 | 9B | 64 | 43 |
| Octal | 127 | 377 | 271 | 102 | 0 | 33 | 0 | 233 | 144 | 103 |
| Binary | 1010111 | 11111111 | 10111001 | 1000010 | 0 | 11011 | 0 | 10011011 | 1100100 | 1000011 |
Color Harmonies of #57FFB9
Complementary color
Monochromatic Colors of #57FFB9
Black with #57FFB9
Text Example
Text Example
White with #57FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFB9; }
p { color: rgb(87,255,185); }
H1.HeaderClassName
{
color: #57FFB9;
}
.AnyTagClassName
{
color: #57FFB9;
}
</style>
background-color css
<style>
a { background-color: #57FFB9; }
a { background-color: rgb(87,255,185); }
div.DivClassName
{
background-color: #57FFB9;
}
.BgClassName
{
background-color: #57FFB9;
}
</style>
border-color css
<style>
span { border-color: #57FFB9; }
span { border-color: rgb(87,255,185); }
td.TdClassName
{
border-color: #57FFB9;
}
.TagClassName
{
border-color: #57FFB9;
}
</style>