Shades of Aquamarine #87F7C9
Tints of Aquamarine #87F7C9
RGB
CMYK
RGB Variations
Color information
#87F7C9 (or 0x87F7C9) is known color: Aquamarine. HEX triplet: 87, F7 and C9. RGB value is (135,247,201). Sum of RGB (Red+Green+Blue) = 135+247+201=583 (77% of max value = 765). Red value is 135 (53.12% from 255 or 23.16% from 583); Green value is 247 (96.88% from 255 or 42.37% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 247 - color contains mainly: green. Hex color #87F7C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F7C9 is #780836. Grayscale: #D0D0D0. Windows color (decimal): -7866423 or 13236103. OLE color: 13236103.
HSL color Cylindrical-coordinate representation of color #87F7C9: hue angle of 155.36º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87F7C9 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 135 | 247 | 201 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.03 |
| HSL | 155.36º | 0.88% | 0.75% | - |
| HSV(B) | 155.36º | 0.45% | 0.97% | - |
| XYZ | 53.8 | 75.89 | 67.07 | - |
| YUV | 208.27 | 123.89 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 247 | 201 | 0.45 | 0 | 0.19 | 0.03 | 155.36 | 0.88 | 0.75 |
| Hex | 87 | F7 | C9 | 2D | 0 | 13 | 3 | 9B | 58 | 4B |
| Octal | 207 | 367 | 311 | 55 | 0 | 23 | 3 | 233 | 130 | 113 |
| Binary | 10000111 | 11110111 | 11001001 | 101101 | 0 | 10011 | 11 | 10011011 | 1011000 | 1001011 |
Color Harmonies of #87F7C9
Complementary color
Monochromatic Colors of #87F7C9
Black with #87F7C9
Text Example
Text Example
White with #87F7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F7C9; }
p { color: rgb(135,247,201); }
H1.HeaderClassName
{
color: #87F7C9;
}
.AnyTagClassName
{
color: #87F7C9;
}
</style>
background-color css
<style>
a { background-color: #87F7C9; }
a { background-color: rgb(135,247,201); }
div.DivClassName
{
background-color: #87F7C9;
}
.BgClassName
{
background-color: #87F7C9;
}
</style>
border-color css
<style>
span { border-color: #87F7C9; }
span { border-color: rgb(135,247,201); }
td.TdClassName
{
border-color: #87F7C9;
}
.TagClassName
{
border-color: #87F7C9;
}
</style>