Shades of Aquamarine #87FEC0
Tints of Aquamarine #87FEC0
RGB
CMYK
RGB Variations
Color information
#87FEC0 (or 0x87FEC0) is known color: Aquamarine. HEX triplet: 87, FE and C0. RGB value is (135,254,192). Sum of RGB (Red+Green+Blue) = 135+254+192=581 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.24% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #87FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FEC0 is #78013F. Grayscale: #D3D3D3. Windows color (decimal): -7864640 or 12648071. OLE color: 12648071.
HSL color Cylindrical-coordinate representation of color #87FEC0: hue angle of 148.74º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FEC0 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 254 | 192 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.00 |
| HSL | 148.74º | 0.98% | 0.76% | - |
| HSV(B) | 148.74º | 0.47% | 1% | - |
| XYZ | 54.95 | 79.84 | 62.38 | - |
| YUV | 211.35 | 117.08 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 254 | 192 | 0.47 | 0 | 0.24 | 0.00 | 148.74 | 0.98 | 0.76 |
| Hex | 87 | FE | C0 | 2F | 0 | 18 | 0 | 95 | 62 | 4C |
| Octal | 207 | 376 | 300 | 57 | 0 | 30 | 0 | 225 | 142 | 114 |
| Binary | 10000111 | 11111110 | 11000000 | 101111 | 0 | 11000 | 0 | 10010101 | 1100010 | 1001100 |
Color Harmonies of #87FEC0
Complementary color
Monochromatic Colors of #87FEC0
Black with #87FEC0
Text Example
Text Example
White with #87FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FEC0; }
p { color: rgb(135,254,192); }
H1.HeaderClassName
{
color: #87FEC0;
}
.AnyTagClassName
{
color: #87FEC0;
}
</style>
background-color css
<style>
a { background-color: #87FEC0; }
a { background-color: rgb(135,254,192); }
div.DivClassName
{
background-color: #87FEC0;
}
.BgClassName
{
background-color: #87FEC0;
}
</style>
border-color css
<style>
span { border-color: #87FEC0; }
span { border-color: rgb(135,254,192); }
td.TdClassName
{
border-color: #87FEC0;
}
.TagClassName
{
border-color: #87FEC0;
}
</style>