Shades of Aquamarine #57FDB8
Tints of Aquamarine #57FDB8
RGB
CMYK
RGB Variations
Color information
#57FDB8 (or 0x57FDB8) is known color: Aquamarine. HEX triplet: 57, FD and B8. RGB value is (87,253,184). Sum of RGB (Red+Green+Blue) = 87+253+184=524 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.60% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #57FDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FDB8 is #A80247. Grayscale: #C3C3C3. Windows color (decimal): -11010632 or 12123479. OLE color: 12123479.
HSL color Cylindrical-coordinate representation of color #57FDB8: hue angle of 155.06º 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 #57FDB8 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 253 | 184 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.01 |
| HSL | 155.06º | 0.98% | 0.67% | - |
| HSV(B) | 155.06º | 0.66% | 0.99% | - |
| XYZ | 47.71 | 75.74 | 57.45 | - |
| YUV | 195.5 | 121.5 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 253 | 184 | 0.66 | 0 | 0.27 | 0.01 | 155.06 | 0.98 | 0.67 |
| Hex | 57 | FD | B8 | 42 | 0 | 1B | 1 | 9B | 62 | 43 |
| Octal | 127 | 375 | 270 | 102 | 0 | 33 | 1 | 233 | 142 | 103 |
| Binary | 1010111 | 11111101 | 10111000 | 1000010 | 0 | 11011 | 1 | 10011011 | 1100010 | 1000011 |
Color Harmonies of #57FDB8
Complementary color
Monochromatic Colors of #57FDB8
Black with #57FDB8
Text Example
Text Example
White with #57FDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57FDB8; }
p { color: rgb(87,253,184); }
H1.HeaderClassName
{
color: #57FDB8;
}
.AnyTagClassName
{
color: #57FDB8;
}
</style>
background-color css
<style>
a { background-color: #57FDB8; }
a { background-color: rgb(87,253,184); }
div.DivClassName
{
background-color: #57FDB8;
}
.BgClassName
{
background-color: #57FDB8;
}
</style>
border-color css
<style>
span { border-color: #57FDB8; }
span { border-color: rgb(87,253,184); }
td.TdClassName
{
border-color: #57FDB8;
}
.TagClassName
{
border-color: #57FDB8;
}
</style>