Shades of Aquamarine #87FFC9
Tints of Aquamarine #87FFC9
RGB
CMYK
RGB Variations
Color information
#87FFC9 (or 0x87FFC9) is known color: Aquamarine. HEX triplet: 87, FF and C9. RGB value is (135,255,201). Sum of RGB (Red+Green+Blue) = 135+255+201=591 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.84% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFC9 is #780036. Grayscale: #D5D5D5. Windows color (decimal): -7864375 or 13238151. OLE color: 13238151.
HSL color Cylindrical-coordinate representation of color #87FFC9: hue angle of 153º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FFC9 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 201 | - |
| CMYK | 0.47 | 0 | 0.21 | 0 |
| HSL | 153º | 1% | 0.76% | - |
| HSV(B) | 153º | 0.47% | 1% | - |
| XYZ | 56.29 | 80.89 | 67.9 | - |
| YUV | 212.96 | 121.24 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 201 | 0.47 | 0 | 0.21 | 0 | 153 | 1 | 0.76 |
| Hex | 87 | FF | C9 | 2F | 0 | 15 | 0 | 99 | 64 | 4C |
| Octal | 207 | 377 | 311 | 57 | 0 | 25 | 0 | 231 | 144 | 114 |
| Binary | 10000111 | 11111111 | 11001001 | 101111 | 0 | 10101 | 0 | 10011001 | 1100100 | 1001100 |
Color Harmonies of #87FFC9
Complementary color
Monochromatic Colors of #87FFC9
Black with #87FFC9
Text Example
Text Example
White with #87FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFC9; }
p { color: rgb(135,255,201); }
H1.HeaderClassName
{
color: #87FFC9;
}
.AnyTagClassName
{
color: #87FFC9;
}
</style>
background-color css
<style>
a { background-color: #87FFC9; }
a { background-color: rgb(135,255,201); }
div.DivClassName
{
background-color: #87FFC9;
}
.BgClassName
{
background-color: #87FFC9;
}
</style>
border-color css
<style>
span { border-color: #87FFC9; }
span { border-color: rgb(135,255,201); }
td.TdClassName
{
border-color: #87FFC9;
}
.TagClassName
{
border-color: #87FFC9;
}
</style>