Shades of Aquamarine #87FBDB
Tints of Aquamarine #87FBDB
RGB
CMYK
RGB Variations
Color information
#87FBDB (or 0x87FBDB) is known color: Aquamarine. HEX triplet: 87, FB and DB. RGB value is (135,251,219). Sum of RGB (Red+Green+Blue) = 135+251+219=605 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.31% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #87FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FBDB is #780424. Grayscale: #D4D4D4. Windows color (decimal): -7865381 or 14416775. OLE color: 14416775.
HSL color Cylindrical-coordinate representation of color #87FBDB: hue angle of 163.45º 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 #87FBDB is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 251 | 219 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.02 |
| HSL | 163.45º | 0.94% | 0.76% | - |
| HSV(B) | 163.45º | 0.46% | 0.98% | - |
| XYZ | 57.28 | 79.26 | 79.3 | - |
| YUV | 212.67 | 131.57 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 251 | 219 | 0.46 | 0 | 0.13 | 0.02 | 163.45 | 0.94 | 0.76 |
| Hex | 87 | FB | DB | 2E | 0 | D | 2 | A3 | 5E | 4C |
| Octal | 207 | 373 | 333 | 56 | 0 | 15 | 2 | 243 | 136 | 114 |
| Binary | 10000111 | 11111011 | 11011011 | 101110 | 0 | 1101 | 10 | 10100011 | 1011110 | 1001100 |
Color Harmonies of #87FBDB
Complementary color
Monochromatic Colors of #87FBDB
Black with #87FBDB
Text Example
Text Example
White with #87FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FBDB; }
p { color: rgb(135,251,219); }
H1.HeaderClassName
{
color: #87FBDB;
}
.AnyTagClassName
{
color: #87FBDB;
}
</style>
background-color css
<style>
a { background-color: #87FBDB; }
a { background-color: rgb(135,251,219); }
div.DivClassName
{
background-color: #87FBDB;
}
.BgClassName
{
background-color: #87FBDB;
}
</style>
border-color css
<style>
span { border-color: #87FBDB; }
span { border-color: rgb(135,251,219); }
td.TdClassName
{
border-color: #87FBDB;
}
.TagClassName
{
border-color: #87FBDB;
}
</style>