Shades of Aquamarine #87FFD1
Tints of Aquamarine #87FFD1
RGB
CMYK
RGB Variations
Color information
#87FFD1 (or 0x87FFD1) is known color: Aquamarine. HEX triplet: 87, FF and D1. RGB value is (135,255,209). Sum of RGB (Red+Green+Blue) = 135+255+209=599 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.54% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFD1 is #78002E. Grayscale: #D5D5D5. Windows color (decimal): -7864367 or 13762439. OLE color: 13762439.
HSL color Cylindrical-coordinate representation of color #87FFD1: hue angle of 157º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FFD1 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 209 | - |
| CMYK | 0.47 | 0 | 0.18 | 0 |
| HSL | 157º | 1% | 0.76% | - |
| HSV(B) | 157º | 0.47% | 1% | - |
| XYZ | 57.26 | 81.27 | 72.99 | - |
| YUV | 213.88 | 125.24 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 209 | 0.47 | 0 | 0.18 | 0 | 157 | 1 | 0.76 |
| Hex | 87 | FF | D1 | 2F | 0 | 12 | 0 | 9D | 64 | 4C |
| Octal | 207 | 377 | 321 | 57 | 0 | 22 | 0 | 235 | 144 | 114 |
| Binary | 10000111 | 11111111 | 11010001 | 101111 | 0 | 10010 | 0 | 10011101 | 1100100 | 1001100 |
Color Harmonies of #87FFD1
Complementary color
Monochromatic Colors of #87FFD1
Black with #87FFD1
Text Example
Text Example
White with #87FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFD1; }
p { color: rgb(135,255,209); }
H1.HeaderClassName
{
color: #87FFD1;
}
.AnyTagClassName
{
color: #87FFD1;
}
</style>
background-color css
<style>
a { background-color: #87FFD1; }
a { background-color: rgb(135,255,209); }
div.DivClassName
{
background-color: #87FFD1;
}
.BgClassName
{
background-color: #87FFD1;
}
</style>
border-color css
<style>
span { border-color: #87FFD1; }
span { border-color: rgb(135,255,209); }
td.TdClassName
{
border-color: #87FFD1;
}
.TagClassName
{
border-color: #87FFD1;
}
</style>