Shades of Aquamarine #57FDB7
Tints of Aquamarine #57FDB7
RGB
CMYK
RGB Variations
Color information
#57FDB7 (or 0x57FDB7) is known color: Aquamarine. HEX triplet: 57, FD and B7. RGB value is (87,253,183). Sum of RGB (Red+Green+Blue) = 87+253+183=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #57FDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FDB7 is #A80248. Grayscale: #C3C3C3. Windows color (decimal): -11010633 or 12057943. OLE color: 12057943.
HSL color Cylindrical-coordinate representation of color #57FDB7: hue angle of 154.7º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57FDB7 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 253 | 183 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.01 |
| HSL | 154.7º | 0.98% | 0.67% | - |
| HSV(B) | 154.7º | 0.66% | 0.99% | - |
| XYZ | 47.6 | 75.7 | 56.9 | - |
| YUV | 195.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 253 | 183 | 0.66 | 0 | 0.28 | 0.01 | 154.7 | 0.98 | 0.67 |
| Hex | 57 | FD | B7 | 42 | 0 | 1C | 1 | 9B | 62 | 43 |
| Octal | 127 | 375 | 267 | 102 | 0 | 34 | 1 | 233 | 142 | 103 |
| Binary | 1010111 | 11111101 | 10110111 | 1000010 | 0 | 11100 | 1 | 10011011 | 1100010 | 1000011 |
Color Harmonies of #57FDB7
Complementary color
Monochromatic Colors of #57FDB7
Black with #57FDB7
Text Example
Text Example
White with #57FDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FDB7; }
p { color: rgb(87,253,183); }
H1.HeaderClassName
{
color: #57FDB7;
}
.AnyTagClassName
{
color: #57FDB7;
}
</style>
background-color css
<style>
a { background-color: #57FDB7; }
a { background-color: rgb(87,253,183); }
div.DivClassName
{
background-color: #57FDB7;
}
.BgClassName
{
background-color: #57FDB7;
}
</style>
border-color css
<style>
span { border-color: #57FDB7; }
span { border-color: rgb(87,253,183); }
td.TdClassName
{
border-color: #57FDB7;
}
.TagClassName
{
border-color: #57FDB7;
}
</style>