Shades of Aquamarine #87FFC4
Tints of Aquamarine #87FFC4
RGB
CMYK
RGB Variations
Color information
#87FFC4 (or 0x87FFC4) is known color: Aquamarine. HEX triplet: 87, FF and C4. RGB value is (135,255,196). Sum of RGB (Red+Green+Blue) = 135+255+196=586 (77% of max value = 765). Red value is 135 (53.12% from 255 or 23.04% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFC4 is #78003B. Grayscale: #D4D4D4. Windows color (decimal): -7864380 or 12910471. OLE color: 12910471.
HSL color Cylindrical-coordinate representation of color #87FFC4: hue angle of 150.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FFC4 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 255 | 196 | - |
| CMYK | 0.47 | 0 | 0.23 | 0 |
| HSL | 150.5º | 1% | 0.76% | - |
| HSV(B) | 150.5º | 0.47% | 1% | - |
| XYZ | 55.72 | 80.66 | 64.86 | - |
| YUV | 212.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 255 | 196 | 0.47 | 0 | 0.23 | 0 | 150.5 | 1 | 0.76 |
| Hex | 87 | FF | C4 | 2F | 0 | 17 | 0 | 96 | 64 | 4C |
| Octal | 207 | 377 | 304 | 57 | 0 | 27 | 0 | 226 | 144 | 114 |
| Binary | 10000111 | 11111111 | 11000100 | 101111 | 0 | 10111 | 0 | 10010110 | 1100100 | 1001100 |
Color Harmonies of #87FFC4
Complementary color
Monochromatic Colors of #87FFC4
Black with #87FFC4
Text Example
Text Example
White with #87FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87FFC4; }
p { color: rgb(135,255,196); }
H1.HeaderClassName
{
color: #87FFC4;
}
.AnyTagClassName
{
color: #87FFC4;
}
</style>
background-color css
<style>
a { background-color: #87FFC4; }
a { background-color: rgb(135,255,196); }
div.DivClassName
{
background-color: #87FFC4;
}
.BgClassName
{
background-color: #87FFC4;
}
</style>
border-color css
<style>
span { border-color: #87FFC4; }
span { border-color: rgb(135,255,196); }
td.TdClassName
{
border-color: #87FFC4;
}
.TagClassName
{
border-color: #87FFC4;
}
</style>