Shades of Aquamarine #87FFD2
Tints of Aquamarine #87FFD2
RGB
CMYK
RGB Variations
Color information
#87FFD2 (or 0x87FFD2) is known color: Aquamarine. HEX triplet: 87, FF and D2. RGB value is (135,255,210). Sum of RGB (Red+Green+Blue) = 135+255+210=600 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFD2 is #78002D. Grayscale: #D6D6D6. Windows color (decimal): -7864366 or 13827975. OLE color: 13827975.
HSL color Cylindrical-coordinate representation of color #87FFD2: hue angle of 157.5º 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 #87FFD2 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 210 | - |
| CMYK | 0.47 | 0 | 0.18 | 0 |
| HSL | 157.5º | 1% | 0.76% | - |
| HSV(B) | 157.5º | 0.47% | 1% | - |
| XYZ | 57.38 | 81.32 | 73.65 | - |
| YUV | 213.99 | 125.74 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 210 | 0.47 | 0 | 0.18 | 0 | 157.5 | 1 | 0.76 |
| Hex | 87 | FF | D2 | 2F | 0 | 12 | 0 | 9E | 64 | 4C |
| Octal | 207 | 377 | 322 | 57 | 0 | 22 | 0 | 236 | 144 | 114 |
| Binary | 10000111 | 11111111 | 11010010 | 101111 | 0 | 10010 | 0 | 10011110 | 1100100 | 1001100 |
Color Harmonies of #87FFD2
Complementary color
Monochromatic Colors of #87FFD2
Black with #87FFD2
Text Example
Text Example
White with #87FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFD2; }
p { color: rgb(135,255,210); }
H1.HeaderClassName
{
color: #87FFD2;
}
.AnyTagClassName
{
color: #87FFD2;
}
</style>
background-color css
<style>
a { background-color: #87FFD2; }
a { background-color: rgb(135,255,210); }
div.DivClassName
{
background-color: #87FFD2;
}
.BgClassName
{
background-color: #87FFD2;
}
</style>
border-color css
<style>
span { border-color: #87FFD2; }
span { border-color: rgb(135,255,210); }
td.TdClassName
{
border-color: #87FFD2;
}
.TagClassName
{
border-color: #87FFD2;
}
</style>