Shades of Aquamarine #87ECDB
Tints of Aquamarine #87ECDB
RGB
CMYK
RGB Variations
Color information
#87ECDB (or 0x87ECDB) is known color: Aquamarine. HEX triplet: 87, EC and DB. RGB value is (135,236,219). Sum of RGB (Red+Green+Blue) = 135+236+219=590 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.88% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #87ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87ECDB is #781324. Grayscale: #CBCBCB. Windows color (decimal): -7869221 or 14412935. OLE color: 14412935.
HSL color Cylindrical-coordinate representation of color #87ECDB: hue angle of 169.9º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87ECDB is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 236 | 219 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.07 |
| HSL | 169.9º | 0.73% | 0.73% | - |
| HSV(B) | 169.9º | 0.43% | 0.93% | - |
| XYZ | 52.77 | 70.26 | 77.8 | - |
| YUV | 203.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 236 | 219 | 0.43 | 0 | 0.07 | 0.07 | 169.9 | 0.73 | 0.73 |
| Hex | 87 | EC | DB | 2B | 0 | 7 | 7 | AA | 49 | 49 |
| Octal | 207 | 354 | 333 | 53 | 0 | 7 | 7 | 252 | 111 | 111 |
| Binary | 10000111 | 11101100 | 11011011 | 101011 | 0 | 111 | 111 | 10101010 | 1001001 | 1001001 |
Color Harmonies of #87ECDB
Complementary color
Monochromatic Colors of #87ECDB
Black with #87ECDB
Text Example
Text Example
White with #87ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ECDB; }
p { color: rgb(135,236,219); }
H1.HeaderClassName
{
color: #87ECDB;
}
.AnyTagClassName
{
color: #87ECDB;
}
</style>
background-color css
<style>
a { background-color: #87ECDB; }
a { background-color: rgb(135,236,219); }
div.DivClassName
{
background-color: #87ECDB;
}
.BgClassName
{
background-color: #87ECDB;
}
</style>
border-color css
<style>
span { border-color: #87ECDB; }
span { border-color: rgb(135,236,219); }
td.TdClassName
{
border-color: #87ECDB;
}
.TagClassName
{
border-color: #87ECDB;
}
</style>