#87FACA

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

Shades of Aquamarine #87FACA

Tints of Aquamarine #87FACA

Color information

#87FACA (or 0x87FACA) is unknown color: approx Aquamarine. HEX triplet: 87, FA and CA. RGB value is (135,250,202). Sum of RGB (Red+Green+Blue) = 135+250+202=587 (77% of max value = 765). Red value is 135 (53.12% from 255 or 23.00% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #87FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FACA is #780535. Grayscale: #D2D2D2. Windows color (decimal): -7865654 or 13302407. OLE color: 13302407.

HSL color Cylindrical-coordinate representation of color #87FACA: hue angle of 154.96º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87FACA is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB135250202-
CMYK0.4600.190.02
HSL154.96º92%75.49%-
HSV(B)154.96º46%98.04%-
XYZ54.8477.7968-
YUV210.14123.474.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.00%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=23.00%
G=42.59%
B=34.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352502020.4600.190.02154.969275.49
Hex87FACA2E01329b5c4b
Octal207372312560232233134113
Binary100001111111101011001010101110010011101001101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,250,202); }

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

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

 a { background-color: rgb(135,250,202); }

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

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

 span { border-color: rgb(135,250,202); }

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