Shades of Aquamarine #87F7C3
Tints of Aquamarine #87F7C3
RGB
CMYK
RGB Variations
Color information
#87F7C3 (or 0x87F7C3) is known color: Aquamarine. HEX triplet: 87, F7 and C3. RGB value is (135,247,195). Sum of RGB (Red+Green+Blue) = 135+247+195=577 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.40% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #87F7C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F7C3 is #78083C. Grayscale: #CFCFCF. Windows color (decimal): -7866429 or 12842887. OLE color: 12842887.
HSL color Cylindrical-coordinate representation of color #87F7C3: hue angle of 152.14º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87F7C3 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 135 | 247 | 195 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.03 |
| HSL | 152.14º | 0.88% | 0.75% | - |
| HSV(B) | 152.14º | 0.45% | 0.97% | - |
| XYZ | 53.1 | 75.61 | 63.43 | - |
| YUV | 207.58 | 120.89 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 247 | 195 | 0.45 | 0 | 0.21 | 0.03 | 152.14 | 0.88 | 0.75 |
| Hex | 87 | F7 | C3 | 2D | 0 | 15 | 3 | 98 | 58 | 4B |
| Octal | 207 | 367 | 303 | 55 | 0 | 25 | 3 | 230 | 130 | 113 |
| Binary | 10000111 | 11110111 | 11000011 | 101101 | 0 | 10101 | 11 | 10011000 | 1011000 | 1001011 |
Color Harmonies of #87F7C3
Complementary color
Monochromatic Colors of #87F7C3
Black with #87F7C3
Text Example
Text Example
White with #87F7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F7C3; }
p { color: rgb(135,247,195); }
H1.HeaderClassName
{
color: #87F7C3;
}
.AnyTagClassName
{
color: #87F7C3;
}
</style>
background-color css
<style>
a { background-color: #87F7C3; }
a { background-color: rgb(135,247,195); }
div.DivClassName
{
background-color: #87F7C3;
}
.BgClassName
{
background-color: #87F7C3;
}
</style>
border-color css
<style>
span { border-color: #87F7C3; }
span { border-color: rgb(135,247,195); }
td.TdClassName
{
border-color: #87F7C3;
}
.TagClassName
{
border-color: #87F7C3;
}
</style>