Shades of Aquamarine #87FFD4
Tints of Aquamarine #87FFD4
RGB
CMYK
RGB Variations
Color information
#87FFD4 (or 0x87FFD4) is known color: Aquamarine. HEX triplet: 87, FF and D4. RGB value is (135,255,212). Sum of RGB (Red+Green+Blue) = 135+255+212=602 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.43% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFD4 is #78002B. Grayscale: #D6D6D6. Windows color (decimal): -7864364 or 13959047. OLE color: 13959047.
HSL color Cylindrical-coordinate representation of color #87FFD4: hue angle of 158.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 #87FFD4 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 212 | - |
| CMYK | 0.47 | 0 | 0.17 | 0 |
| HSL | 158.5º | 1% | 0.76% | - |
| HSV(B) | 158.5º | 0.47% | 1% | - |
| XYZ | 57.64 | 81.42 | 74.97 | - |
| YUV | 214.22 | 126.74 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 212 | 0.47 | 0 | 0.17 | 0 | 158.5 | 1 | 0.76 |
| Hex | 87 | FF | D4 | 2F | 0 | 11 | 0 | 9E | 64 | 4C |
| Octal | 207 | 377 | 324 | 57 | 0 | 21 | 0 | 236 | 144 | 114 |
| Binary | 10000111 | 11111111 | 11010100 | 101111 | 0 | 10001 | 0 | 10011110 | 1100100 | 1001100 |
Color Harmonies of #87FFD4
Complementary color
Monochromatic Colors of #87FFD4
Black with #87FFD4
Text Example
Text Example
White with #87FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFD4; }
p { color: rgb(135,255,212); }
H1.HeaderClassName
{
color: #87FFD4;
}
.AnyTagClassName
{
color: #87FFD4;
}
</style>
background-color css
<style>
a { background-color: #87FFD4; }
a { background-color: rgb(135,255,212); }
div.DivClassName
{
background-color: #87FFD4;
}
.BgClassName
{
background-color: #87FFD4;
}
</style>
border-color css
<style>
span { border-color: #87FFD4; }
span { border-color: rgb(135,255,212); }
td.TdClassName
{
border-color: #87FFD4;
}
.TagClassName
{
border-color: #87FFD4;
}
</style>