Shades of Aquamarine #57FFBE
Tints of Aquamarine #57FFBE
RGB
CMYK
RGB Variations
Color information
#57FFBE (or 0x57FFBE) is known color: Aquamarine. HEX triplet: 57, FF and BE. RGB value is (87,255,190). Sum of RGB (Red+Green+Blue) = 87+255+190=532 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.35% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #57FFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FFBE is #A80041. Grayscale: #C5C5C5. Windows color (decimal): -11010114 or 12517207. OLE color: 12517207.
HSL color Cylindrical-coordinate representation of color #57FFBE: hue angle of 156.79º 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 #57FFBE is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 255 | 190 | - |
| CMYK | 0.66 | 0 | 0.25 | 0 |
| HSL | 156.79º | 1% | 0.67% | - |
| HSV(B) | 156.79º | 0.66% | 1% | - |
| XYZ | 48.98 | 77.26 | 61.05 | - |
| YUV | 197.36 | 123.84 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 255 | 190 | 0.66 | 0 | 0.25 | 0 | 156.79 | 1 | 0.67 |
| Hex | 57 | FF | BE | 42 | 0 | 19 | 0 | 9D | 64 | 43 |
| Octal | 127 | 377 | 276 | 102 | 0 | 31 | 0 | 235 | 144 | 103 |
| Binary | 1010111 | 11111111 | 10111110 | 1000010 | 0 | 11001 | 0 | 10011101 | 1100100 | 1000011 |
Color Harmonies of #57FFBE
Complementary color
Monochromatic Colors of #57FFBE
Black with #57FFBE
Text Example
Text Example
White with #57FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FFBE; }
p { color: rgb(87,255,190); }
H1.HeaderClassName
{
color: #57FFBE;
}
.AnyTagClassName
{
color: #57FFBE;
}
</style>
background-color css
<style>
a { background-color: #57FFBE; }
a { background-color: rgb(87,255,190); }
div.DivClassName
{
background-color: #57FFBE;
}
.BgClassName
{
background-color: #57FFBE;
}
</style>
border-color css
<style>
span { border-color: #57FFBE; }
span { border-color: rgb(87,255,190); }
td.TdClassName
{
border-color: #57FFBE;
}
.TagClassName
{
border-color: #57FFBE;
}
</style>