Shades of Aquamarine #87FDC0
Tints of Aquamarine #87FDC0
RGB
CMYK
RGB Variations
Color information
#87FDC0 (or 0x87FDC0) is known color: Aquamarine. HEX triplet: 87, FD and C0. RGB value is (135,253,192). Sum of RGB (Red+Green+Blue) = 135+253+192=580 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.28% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #87FDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FDC0 is #78023F. Grayscale: #D2D2D2. Windows color (decimal): -7864896 or 12647815. OLE color: 12647815.
HSL color Cylindrical-coordinate representation of color #87FDC0: hue angle of 148.98º 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 #87FDC0 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 253 | 192 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.01 |
| HSL | 148.98º | 0.97% | 0.76% | - |
| HSV(B) | 148.98º | 0.47% | 0.99% | - |
| XYZ | 54.63 | 79.21 | 62.28 | - |
| YUV | 210.76 | 117.41 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 253 | 192 | 0.47 | 0 | 0.24 | 0.01 | 148.98 | 0.97 | 0.76 |
| Hex | 87 | FD | C0 | 2F | 0 | 18 | 1 | 95 | 61 | 4C |
| Octal | 207 | 375 | 300 | 57 | 0 | 30 | 1 | 225 | 141 | 114 |
| Binary | 10000111 | 11111101 | 11000000 | 101111 | 0 | 11000 | 1 | 10010101 | 1100001 | 1001100 |
Color Harmonies of #87FDC0
Complementary color
Monochromatic Colors of #87FDC0
Black with #87FDC0
Text Example
Text Example
White with #87FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FDC0; }
p { color: rgb(135,253,192); }
H1.HeaderClassName
{
color: #87FDC0;
}
.AnyTagClassName
{
color: #87FDC0;
}
</style>
background-color css
<style>
a { background-color: #87FDC0; }
a { background-color: rgb(135,253,192); }
div.DivClassName
{
background-color: #87FDC0;
}
.BgClassName
{
background-color: #87FDC0;
}
</style>
border-color css
<style>
span { border-color: #87FDC0; }
span { border-color: rgb(135,253,192); }
td.TdClassName
{
border-color: #87FDC0;
}
.TagClassName
{
border-color: #87FDC0;
}
</style>