#87FCBA

Color #87FCBA Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #87FCBA

Tints of Aquamarine #87FCBA

Color information

#87FCBA (or 0x87FCBA) is unknown color: approx Aquamarine. HEX triplet: 87, FC and BA. RGB value is (135,252,186). Sum of RGB (Red+Green+Blue) = 135+252+186=573 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.56% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #87FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FCBA is #780345. Grayscale: #D1D1D1. Windows color (decimal): -7865158 or 12254343. OLE color: 12254343.

HSL color Cylindrical-coordinate representation of color #87FCBA: hue angle of 146.15º 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 #87FCBA is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB135252186-
CMYK0.4600.260.01
HSL146.15º95.12%75.88%-
HSV(B)146.15º46.43%98.82%-
XYZ53.6778.3258.74-
YUV209.49114.7474.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 23.56%
GREEN value IS 252 (98.83% from 255) = 43.98%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=23.56%
G=43.98%
B=32.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1352521860.4600.260.01146.1595.1275.88
Hex87FCBA2E01A1925f4c
Octal207374272560321222137114
Binary10000111111111001011101010111001101011001001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87FCBA; }

 p { color: rgb(135,252,186); }

 H1.HeaderClassName
 {
   color: #87FCBA;
 }
 .AnyTagClassName
 {
   color: #87FCBA;
 }
</style>
background-color css

<style>
 a { background-color: #87FCBA; }

 a { background-color: rgb(135,252,186); }

 div.DivClassName
 {
   background-color: #87FCBA;
 }
 .BgClassName
 {
   background-color: #87FCBA;
 }
</style>
border-color css

<style>
 span { border-color: #87FCBA; }

 span { border-color: rgb(135,252,186); }

 td.TdClassName
 {
   border-color: #87FCBA;
 }
 .TagClassName
 {
   border-color: #87FCBA;
 }
</style>