Shades of Aquamarine #87FDD0
Tints of Aquamarine #87FDD0
RGB
CMYK
RGB Variations
Color information
#87FDD0 (or 0x87FDD0) is known color: Aquamarine. HEX triplet: 87, FD and D0. RGB value is (135,253,208). Sum of RGB (Red+Green+Blue) = 135+253+208=596 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.65% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #87FDD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FDD0 is #78022F. Grayscale: #D4D4D4. Windows color (decimal): -7864880 or 13696391. OLE color: 13696391.
HSL color Cylindrical-coordinate representation of color #87FDD0: hue angle of 157.12º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FDD0 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 253 | 208 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.01 |
| HSL | 157.12º | 0.97% | 0.76% | - |
| HSV(B) | 157.12º | 0.47% | 0.99% | - |
| XYZ | 56.5 | 79.96 | 72.13 | - |
| YUV | 212.59 | 125.41 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 253 | 208 | 0.47 | 0 | 0.18 | 0.01 | 157.12 | 0.97 | 0.76 |
| Hex | 87 | FD | D0 | 2F | 0 | 12 | 1 | 9D | 61 | 4C |
| Octal | 207 | 375 | 320 | 57 | 0 | 22 | 1 | 235 | 141 | 114 |
| Binary | 10000111 | 11111101 | 11010000 | 101111 | 0 | 10010 | 1 | 10011101 | 1100001 | 1001100 |
Color Harmonies of #87FDD0
Complementary color
Monochromatic Colors of #87FDD0
Black with #87FDD0
Text Example
Text Example
White with #87FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FDD0; }
p { color: rgb(135,253,208); }
H1.HeaderClassName
{
color: #87FDD0;
}
.AnyTagClassName
{
color: #87FDD0;
}
</style>
background-color css
<style>
a { background-color: #87FDD0; }
a { background-color: rgb(135,253,208); }
div.DivClassName
{
background-color: #87FDD0;
}
.BgClassName
{
background-color: #87FDD0;
}
</style>
border-color css
<style>
span { border-color: #87FDD0; }
span { border-color: rgb(135,253,208); }
td.TdClassName
{
border-color: #87FDD0;
}
.TagClassName
{
border-color: #87FDD0;
}
</style>