Shades of Aquamarine #87FFDB
Tints of Aquamarine #87FFDB
RGB
CMYK
RGB Variations
Color information
#87FFDB (or 0x87FFDB) is known color: Aquamarine. HEX triplet: 87, FF and DB. RGB value is (135,255,219). Sum of RGB (Red+Green+Blue) = 135+255+219=609 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.17% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFDB is #780024. Grayscale: #D7D7D7. Windows color (decimal): -7864357 or 14417799. OLE color: 14417799.
HSL color Cylindrical-coordinate representation of color #87FFDB: hue angle of 162º 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 #87FFDB is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 219 | - |
| CMYK | 0.47 | 0 | 0.14 | 0 |
| HSL | 162º | 1% | 0.76% | - |
| HSV(B) | 162º | 0.47% | 1% | - |
| XYZ | 58.54 | 81.79 | 79.72 | - |
| YUV | 215.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 219 | 0.47 | 0 | 0.14 | 0 | 162 | 1 | 0.76 |
| Hex | 87 | FF | DB | 2F | 0 | E | 0 | A2 | 64 | 4C |
| Octal | 207 | 377 | 333 | 57 | 0 | 16 | 0 | 242 | 144 | 114 |
| Binary | 10000111 | 11111111 | 11011011 | 101111 | 0 | 1110 | 0 | 10100010 | 1100100 | 1001100 |
Color Harmonies of #87FFDB
Complementary color
Monochromatic Colors of #87FFDB
Black with #87FFDB
Text Example
Text Example
White with #87FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFDB; }
p { color: rgb(135,255,219); }
H1.HeaderClassName
{
color: #87FFDB;
}
.AnyTagClassName
{
color: #87FFDB;
}
</style>
background-color css
<style>
a { background-color: #87FFDB; }
a { background-color: rgb(135,255,219); }
div.DivClassName
{
background-color: #87FFDB;
}
.BgClassName
{
background-color: #87FFDB;
}
</style>
border-color css
<style>
span { border-color: #87FFDB; }
span { border-color: rgb(135,255,219); }
td.TdClassName
{
border-color: #87FFDB;
}
.TagClassName
{
border-color: #87FFDB;
}
</style>