Shades of Aquamarine #87FECF
Tints of Aquamarine #87FECF
RGB
CMYK
RGB Variations
Color information
#87FECF (or 0x87FECF) is known color: Aquamarine. HEX triplet: 87, FE and CF. RGB value is (135,254,207). Sum of RGB (Red+Green+Blue) = 135+254+207=596 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.65% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #87FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FECF is #780130. Grayscale: #D5D5D5. Windows color (decimal): -7864625 or 13631111. OLE color: 13631111.
HSL color Cylindrical-coordinate representation of color #87FECF: hue angle of 156.3º 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 #87FECF is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 254 | 207 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.00 |
| HSL | 156.3º | 0.98% | 0.76% | - |
| HSV(B) | 156.3º | 0.47% | 1% | - |
| XYZ | 56.7 | 80.54 | 71.59 | - |
| YUV | 213.06 | 124.58 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 254 | 207 | 0.47 | 0 | 0.19 | 0.00 | 156.3 | 0.98 | 0.76 |
| Hex | 87 | FE | CF | 2F | 0 | 13 | 0 | 9C | 62 | 4C |
| Octal | 207 | 376 | 317 | 57 | 0 | 23 | 0 | 234 | 142 | 114 |
| Binary | 10000111 | 11111110 | 11001111 | 101111 | 0 | 10011 | 0 | 10011100 | 1100010 | 1001100 |
Color Harmonies of #87FECF
Complementary color
Monochromatic Colors of #87FECF
Black with #87FECF
Text Example
Text Example
White with #87FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FECF; }
p { color: rgb(135,254,207); }
H1.HeaderClassName
{
color: #87FECF;
}
.AnyTagClassName
{
color: #87FECF;
}
</style>
background-color css
<style>
a { background-color: #87FECF; }
a { background-color: rgb(135,254,207); }
div.DivClassName
{
background-color: #87FECF;
}
.BgClassName
{
background-color: #87FECF;
}
</style>
border-color css
<style>
span { border-color: #87FECF; }
span { border-color: rgb(135,254,207); }
td.TdClassName
{
border-color: #87FECF;
}
.TagClassName
{
border-color: #87FECF;
}
</style>