Shades of Aquamarine #87FBE1
Tints of Aquamarine #87FBE1
RGB
CMYK
RGB Variations
Color information
#87FBE1 (or 0x87FBE1) is known color: Aquamarine. HEX triplet: 87, FB and E1. RGB value is (135,251,225). Sum of RGB (Red+Green+Blue) = 135+251+225=611 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.09% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #87FBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FBE1 is #78041E. Grayscale: #D5D5D5. Windows color (decimal): -7865375 or 14809991. OLE color: 14809991.
HSL color Cylindrical-coordinate representation of color #87FBE1: hue angle of 166.55º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87FBE1 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 251 | 225 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.02 |
| HSL | 166.55º | 0.94% | 0.76% | - |
| HSV(B) | 166.55º | 0.46% | 0.98% | - |
| XYZ | 58.08 | 79.58 | 83.53 | - |
| YUV | 213.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 251 | 225 | 0.46 | 0 | 0.10 | 0.02 | 166.55 | 0.94 | 0.76 |
| Hex | 87 | FB | E1 | 2E | 0 | A | 2 | A7 | 5E | 4C |
| Octal | 207 | 373 | 341 | 56 | 0 | 12 | 2 | 247 | 136 | 114 |
| Binary | 10000111 | 11111011 | 11100001 | 101110 | 0 | 1010 | 10 | 10100111 | 1011110 | 1001100 |
Color Harmonies of #87FBE1
Complementary color
Monochromatic Colors of #87FBE1
Black with #87FBE1
Text Example
Text Example
White with #87FBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FBE1; }
p { color: rgb(135,251,225); }
H1.HeaderClassName
{
color: #87FBE1;
}
.AnyTagClassName
{
color: #87FBE1;
}
</style>
background-color css
<style>
a { background-color: #87FBE1; }
a { background-color: rgb(135,251,225); }
div.DivClassName
{
background-color: #87FBE1;
}
.BgClassName
{
background-color: #87FBE1;
}
</style>
border-color css
<style>
span { border-color: #87FBE1; }
span { border-color: rgb(135,251,225); }
td.TdClassName
{
border-color: #87FBE1;
}
.TagClassName
{
border-color: #87FBE1;
}
</style>