Shades of Aquamarine #87F5D8
Tints of Aquamarine #87F5D8
RGB
CMYK
RGB Variations
Color information
#87F5D8 (or 0x87F5D8) is known color: Aquamarine. HEX triplet: 87, F5 and D8. RGB value is (135,245,216). Sum of RGB (Red+Green+Blue) = 135+245+216=596 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.65% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 245 - color contains mainly: green. Hex color #87F5D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F5D8 is #780A27. Grayscale: #D0D0D0. Windows color (decimal): -7866920 or 14218631. OLE color: 14218631.
HSL color Cylindrical-coordinate representation of color #87F5D8: hue angle of 164.18º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87F5D8 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 245 | 216 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.04 |
| HSL | 164.18º | 0.85% | 0.75% | - |
| HSV(B) | 164.18º | 0.45% | 0.96% | - |
| XYZ | 55.04 | 75.41 | 76.62 | - |
| YUV | 208.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 245 | 216 | 0.45 | 0 | 0.12 | 0.04 | 164.18 | 0.85 | 0.75 |
| Hex | 87 | F5 | D8 | 2D | 0 | C | 4 | A4 | 55 | 4B |
| Octal | 207 | 365 | 330 | 55 | 0 | 14 | 4 | 244 | 125 | 113 |
| Binary | 10000111 | 11110101 | 11011000 | 101101 | 0 | 1100 | 100 | 10100100 | 1010101 | 1001011 |
Color Harmonies of #87F5D8
Complementary color
Monochromatic Colors of #87F5D8
Black with #87F5D8
Text Example
Text Example
White with #87F5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F5D8; }
p { color: rgb(135,245,216); }
H1.HeaderClassName
{
color: #87F5D8;
}
.AnyTagClassName
{
color: #87F5D8;
}
</style>
background-color css
<style>
a { background-color: #87F5D8; }
a { background-color: rgb(135,245,216); }
div.DivClassName
{
background-color: #87F5D8;
}
.BgClassName
{
background-color: #87F5D8;
}
</style>
border-color css
<style>
span { border-color: #87F5D8; }
span { border-color: rgb(135,245,216); }
td.TdClassName
{
border-color: #87F5D8;
}
.TagClassName
{
border-color: #87F5D8;
}
</style>