Shades of Aquamarine #87F6BE
Tints of Aquamarine #87F6BE
RGB
CMYK
RGB Variations
Color information
#87F6BE (or 0x87F6BE) is known color: Aquamarine. HEX triplet: 87, F6 and BE. RGB value is (135,246,190). Sum of RGB (Red+Green+Blue) = 135+246+190=571 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.64% from 571); Green value is 246 (96.48% from 255 or 43.08% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 246 - color contains mainly: green. Hex color #87F6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F6BE is #780941. Grayscale: #CECECE. Windows color (decimal): -7866690 or 12514951. OLE color: 12514951.
HSL color Cylindrical-coordinate representation of color #87F6BE: hue angle of 149.73º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87F6BE is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 246 | 190 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.04 |
| HSL | 149.73º | 0.86% | 0.75% | - |
| HSV(B) | 149.73º | 0.45% | 0.96% | - |
| XYZ | 52.24 | 74.78 | 60.4 | - |
| YUV | 206.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 246 | 190 | 0.45 | 0 | 0.23 | 0.04 | 149.73 | 0.86 | 0.75 |
| Hex | 87 | F6 | BE | 2D | 0 | 17 | 4 | 96 | 56 | 4B |
| Octal | 207 | 366 | 276 | 55 | 0 | 27 | 4 | 226 | 126 | 113 |
| Binary | 10000111 | 11110110 | 10111110 | 101101 | 0 | 10111 | 100 | 10010110 | 1010110 | 1001011 |
Color Harmonies of #87F6BE
Complementary color
Monochromatic Colors of #87F6BE
Black with #87F6BE
Text Example
Text Example
White with #87F6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F6BE; }
p { color: rgb(135,246,190); }
H1.HeaderClassName
{
color: #87F6BE;
}
.AnyTagClassName
{
color: #87F6BE;
}
</style>
background-color css
<style>
a { background-color: #87F6BE; }
a { background-color: rgb(135,246,190); }
div.DivClassName
{
background-color: #87F6BE;
}
.BgClassName
{
background-color: #87F6BE;
}
</style>
border-color css
<style>
span { border-color: #87F6BE; }
span { border-color: rgb(135,246,190); }
td.TdClassName
{
border-color: #87F6BE;
}
.TagClassName
{
border-color: #87F6BE;
}
</style>