Shades of Aquamarine #87FCC0
Tints of Aquamarine #87FCC0
RGB
CMYK
RGB Variations
Color information
#87FCC0 (or 0x87FCC0) is known color: Aquamarine. HEX triplet: 87, FC and C0. RGB value is (135,252,192). Sum of RGB (Red+Green+Blue) = 135+252+192=579 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.32% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #87FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FCC0 is #78033F. Grayscale: #D2D2D2. Windows color (decimal): -7865152 or 12647559. OLE color: 12647559.
HSL color Cylindrical-coordinate representation of color #87FCC0: hue angle of 149.23º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87FCC0 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 252 | 192 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.01 |
| HSL | 149.23º | 0.95% | 0.76% | - |
| HSV(B) | 149.23º | 0.46% | 0.99% | - |
| XYZ | 54.32 | 78.58 | 62.17 | - |
| YUV | 210.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 252 | 192 | 0.46 | 0 | 0.24 | 0.01 | 149.23 | 0.95 | 0.76 |
| Hex | 87 | FC | C0 | 2E | 0 | 18 | 1 | 95 | 5F | 4C |
| Octal | 207 | 374 | 300 | 56 | 0 | 30 | 1 | 225 | 137 | 114 |
| Binary | 10000111 | 11111100 | 11000000 | 101110 | 0 | 11000 | 1 | 10010101 | 1011111 | 1001100 |
Color Harmonies of #87FCC0
Complementary color
Monochromatic Colors of #87FCC0
Black with #87FCC0
Text Example
Text Example
White with #87FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FCC0; }
p { color: rgb(135,252,192); }
H1.HeaderClassName
{
color: #87FCC0;
}
.AnyTagClassName
{
color: #87FCC0;
}
</style>
background-color css
<style>
a { background-color: #87FCC0; }
a { background-color: rgb(135,252,192); }
div.DivClassName
{
background-color: #87FCC0;
}
.BgClassName
{
background-color: #87FCC0;
}
</style>
border-color css
<style>
span { border-color: #87FCC0; }
span { border-color: rgb(135,252,192); }
td.TdClassName
{
border-color: #87FCC0;
}
.TagClassName
{
border-color: #87FCC0;
}
</style>