Shades of Aquamarine #87FFB9
Tints of Aquamarine #87FFB9
RGB
CMYK
RGB Variations
Color information
#87FFB9 (or 0x87FFB9) is known color: Aquamarine. HEX triplet: 87, FF and B9. RGB value is (135,255,185). Sum of RGB (Red+Green+Blue) = 135+255+185=575 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.48% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFB9 is #780046. Grayscale: #D3D3D3. Windows color (decimal): -7864391 or 12189575. OLE color: 12189575.
HSL color Cylindrical-coordinate representation of color #87FFB9: hue angle of 145º 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 #87FFB9 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 185 | - |
| CMYK | 0.47 | 0 | 0.27 | 0 |
| HSL | 145º | 1% | 0.76% | - |
| HSV(B) | 145º | 0.47% | 1% | - |
| XYZ | 54.51 | 80.17 | 58.5 | - |
| YUV | 211.14 | 113.24 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 185 | 0.47 | 0 | 0.27 | 0 | 145 | 1 | 0.76 |
| Hex | 87 | FF | B9 | 2F | 0 | 1B | 0 | 91 | 64 | 4C |
| Octal | 207 | 377 | 271 | 57 | 0 | 33 | 0 | 221 | 144 | 114 |
| Binary | 10000111 | 11111111 | 10111001 | 101111 | 0 | 11011 | 0 | 10010001 | 1100100 | 1001100 |
Color Harmonies of #87FFB9
Complementary color
Monochromatic Colors of #87FFB9
Black with #87FFB9
Text Example
Text Example
White with #87FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFB9; }
p { color: rgb(135,255,185); }
H1.HeaderClassName
{
color: #87FFB9;
}
.AnyTagClassName
{
color: #87FFB9;
}
</style>
background-color css
<style>
a { background-color: #87FFB9; }
a { background-color: rgb(135,255,185); }
div.DivClassName
{
background-color: #87FFB9;
}
.BgClassName
{
background-color: #87FFB9;
}
</style>
border-color css
<style>
span { border-color: #87FFB9; }
span { border-color: rgb(135,255,185); }
td.TdClassName
{
border-color: #87FFB9;
}
.TagClassName
{
border-color: #87FFB9;
}
</style>