Shades of Aquamarine #87F5B8
Tints of Aquamarine #87F5B8
RGB
CMYK
RGB Variations
Color information
#87F5B8 (or 0x87F5B8) is known color: Aquamarine. HEX triplet: 87, F5 and B8. RGB value is (135,245,184). Sum of RGB (Red+Green+Blue) = 135+245+184=564 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.94% from 564); Green value is 245 (96.09% from 255 or 43.44% from 564); Blue value is 184 (72.27% from 255 or 32.62% from 564); Max value from RGB is 245 - color contains mainly: green. Hex color #87F5B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F5B8 is #780A47. Grayscale: #CDCDCD. Windows color (decimal): -7866952 or 12121479. OLE color: 12121479.
HSL color Cylindrical-coordinate representation of color #87F5B8: hue angle of 146.73º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87F5B8 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 245 | 184 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.04 |
| HSL | 146.73º | 0.85% | 0.75% | - |
| HSV(B) | 146.73º | 0.45% | 0.96% | - |
| XYZ | 51.3 | 73.92 | 56.91 | - |
| YUV | 205.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 245 | 184 | 0.45 | 0 | 0.25 | 0.04 | 146.73 | 0.85 | 0.75 |
| Hex | 87 | F5 | B8 | 2D | 0 | 19 | 4 | 93 | 55 | 4B |
| Octal | 207 | 365 | 270 | 55 | 0 | 31 | 4 | 223 | 125 | 113 |
| Binary | 10000111 | 11110101 | 10111000 | 101101 | 0 | 11001 | 100 | 10010011 | 1010101 | 1001011 |
Color Harmonies of #87F5B8
Complementary color
Monochromatic Colors of #87F5B8
Black with #87F5B8
Text Example
Text Example
White with #87F5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87F5B8; }
p { color: rgb(135,245,184); }
H1.HeaderClassName
{
color: #87F5B8;
}
.AnyTagClassName
{
color: #87F5B8;
}
</style>
background-color css
<style>
a { background-color: #87F5B8; }
a { background-color: rgb(135,245,184); }
div.DivClassName
{
background-color: #87F5B8;
}
.BgClassName
{
background-color: #87F5B8;
}
</style>
border-color css
<style>
span { border-color: #87F5B8; }
span { border-color: rgb(135,245,184); }
td.TdClassName
{
border-color: #87F5B8;
}
.TagClassName
{
border-color: #87F5B8;
}
</style>