Shades of Aquamarine #87FAC0
Tints of Aquamarine #87FAC0
RGB
CMYK
RGB Variations
Color information
#87FAC0 (or 0x87FAC0) is known color: Aquamarine. HEX triplet: 87, FA and C0. RGB value is (135,250,192). Sum of RGB (Red+Green+Blue) = 135+250+192=577 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.40% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #87FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FAC0 is #78053F. Grayscale: #D1D1D1. Windows color (decimal): -7865664 or 12647047. OLE color: 12647047.
HSL color Cylindrical-coordinate representation of color #87FAC0: hue angle of 149.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87FAC0 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 250 | 192 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.02 |
| HSL | 149.74º | 0.92% | 0.75% | - |
| HSV(B) | 149.74º | 0.46% | 0.98% | - |
| XYZ | 53.69 | 77.33 | 61.97 | - |
| YUV | 209 | 118.4 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 250 | 192 | 0.46 | 0 | 0.23 | 0.02 | 149.74 | 0.92 | 0.75 |
| Hex | 87 | FA | C0 | 2E | 0 | 17 | 2 | 96 | 5C | 4B |
| Octal | 207 | 372 | 300 | 56 | 0 | 27 | 2 | 226 | 134 | 113 |
| Binary | 10000111 | 11111010 | 11000000 | 101110 | 0 | 10111 | 10 | 10010110 | 1011100 | 1001011 |
Color Harmonies of #87FAC0
Complementary color
Monochromatic Colors of #87FAC0
Black with #87FAC0
Text Example
Text Example
White with #87FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FAC0; }
p { color: rgb(135,250,192); }
H1.HeaderClassName
{
color: #87FAC0;
}
.AnyTagClassName
{
color: #87FAC0;
}
</style>
background-color css
<style>
a { background-color: #87FAC0; }
a { background-color: rgb(135,250,192); }
div.DivClassName
{
background-color: #87FAC0;
}
.BgClassName
{
background-color: #87FAC0;
}
</style>
border-color css
<style>
span { border-color: #87FAC0; }
span { border-color: rgb(135,250,192); }
td.TdClassName
{
border-color: #87FAC0;
}
.TagClassName
{
border-color: #87FAC0;
}
</style>