#87FACC

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

Shades of Aquamarine #87FACC

Tints of Aquamarine #87FACC

Color information

#87FACC (or 0x87FACC) is unknown color: approx Aquamarine. HEX triplet: 87, FA and CC. RGB value is (135,250,204). Sum of RGB (Red+Green+Blue) = 135+250+204=589 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.92% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #87FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FACC is #780533. Grayscale: #D2D2D2. Windows color (decimal): -7865652 or 13433479. OLE color: 13433479.

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

Color convert

RGB135250204-
CMYK0.4600.180.02
HSL156º92%75.49%-
HSV(B)156º46%98.04%-
XYZ55.0877.8869.26-
YUV210.37124.474.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.92%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=22.92%
G=42.44%
B=34.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352502040.4600.180.021569275.49
Hex87FACC2E01229c5c4b
Octal207372314560222234134113
Binary100001111111101011001100101110010010101001110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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