Shades of Aquamarine #87FEC1
Tints of Aquamarine #87FEC1
RGB
CMYK
RGB Variations
Color information
#87FEC1 (or 0x87FEC1) is known color: Aquamarine. HEX triplet: 87, FE and C1. RGB value is (135,254,193). Sum of RGB (Red+Green+Blue) = 135+254+193=582 (77% of max value = 765). Red value is 135 (53.12% from 255 or 23.20% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #87FEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FEC1 is #78013E. Grayscale: #D3D3D3. Windows color (decimal): -7864639 or 12713607. OLE color: 12713607.
HSL color Cylindrical-coordinate representation of color #87FEC1: hue angle of 149.24º 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 #87FEC1 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 254 | 193 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.00 |
| HSL | 149.24º | 0.98% | 0.76% | - |
| HSV(B) | 149.24º | 0.47% | 1% | - |
| XYZ | 55.06 | 79.88 | 62.97 | - |
| YUV | 211.47 | 117.58 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 254 | 193 | 0.47 | 0 | 0.24 | 0.00 | 149.24 | 0.98 | 0.76 |
| Hex | 87 | FE | C1 | 2F | 0 | 18 | 0 | 95 | 62 | 4C |
| Octal | 207 | 376 | 301 | 57 | 0 | 30 | 0 | 225 | 142 | 114 |
| Binary | 10000111 | 11111110 | 11000001 | 101111 | 0 | 11000 | 0 | 10010101 | 1100010 | 1001100 |
Color Harmonies of #87FEC1
Complementary color
Monochromatic Colors of #87FEC1
Black with #87FEC1
Text Example
Text Example
White with #87FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FEC1; }
p { color: rgb(135,254,193); }
H1.HeaderClassName
{
color: #87FEC1;
}
.AnyTagClassName
{
color: #87FEC1;
}
</style>
background-color css
<style>
a { background-color: #87FEC1; }
a { background-color: rgb(135,254,193); }
div.DivClassName
{
background-color: #87FEC1;
}
.BgClassName
{
background-color: #87FEC1;
}
</style>
border-color css
<style>
span { border-color: #87FEC1; }
span { border-color: rgb(135,254,193); }
td.TdClassName
{
border-color: #87FEC1;
}
.TagClassName
{
border-color: #87FEC1;
}
</style>