Shades of Aquamarine #87FFB7
Tints of Aquamarine #87FFB7
RGB
CMYK
RGB Variations
Color information
#87FFB7 (or 0x87FFB7) is known color: Aquamarine. HEX triplet: 87, FF and B7. RGB value is (135,255,183). Sum of RGB (Red+Green+Blue) = 135+255+183=573 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.56% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFB7 is #780048. Grayscale: #D3D3D3. Windows color (decimal): -7864393 or 12058503. OLE color: 12058503.
HSL color Cylindrical-coordinate representation of color #87FFB7: hue angle of 144º 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 #87FFB7 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 183 | - |
| CMYK | 0.47 | 0 | 0.28 | 0 |
| HSL | 144º | 1% | 0.76% | - |
| HSV(B) | 144º | 0.47% | 1% | - |
| XYZ | 54.3 | 80.09 | 57.4 | - |
| YUV | 210.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 183 | 0.47 | 0 | 0.28 | 0 | 144 | 1 | 0.76 |
| Hex | 87 | FF | B7 | 2F | 0 | 1C | 0 | 90 | 64 | 4C |
| Octal | 207 | 377 | 267 | 57 | 0 | 34 | 0 | 220 | 144 | 114 |
| Binary | 10000111 | 11111111 | 10110111 | 101111 | 0 | 11100 | 0 | 10010000 | 1100100 | 1001100 |
Color Harmonies of #87FFB7
Complementary color
Monochromatic Colors of #87FFB7
Black with #87FFB7
Text Example
Text Example
White with #87FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFB7; }
p { color: rgb(135,255,183); }
H1.HeaderClassName
{
color: #87FFB7;
}
.AnyTagClassName
{
color: #87FFB7;
}
</style>
background-color css
<style>
a { background-color: #87FFB7; }
a { background-color: rgb(135,255,183); }
div.DivClassName
{
background-color: #87FFB7;
}
.BgClassName
{
background-color: #87FFB7;
}
</style>
border-color css
<style>
span { border-color: #87FFB7; }
span { border-color: rgb(135,255,183); }
td.TdClassName
{
border-color: #87FFB7;
}
.TagClassName
{
border-color: #87FFB7;
}
</style>