#87FADC

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

Shades of Aquamarine #87FADC

Tints of Aquamarine #87FADC

Color information

#87FADC (or 0x87FADC) is unknown color: approx Aquamarine. HEX triplet: 87, FA and DC. RGB value is (135,250,220). Sum of RGB (Red+Green+Blue) = 135+250+220=605 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.31% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #87FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FADC is #780523. Grayscale: #D4D4D4. Windows color (decimal): -7865636 or 14482055. OLE color: 14482055.

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

Color convert

RGB135250220-
CMYK0.4600.120.02
HSL164.35º92%75.49%-
HSV(B)164.35º46%98.04%-
XYZ57.178.6979.89-
YUV212.2132.472.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.31%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=22.31%
G=41.32%
B=36.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352502200.4600.120.02164.359275.49
Hex87FADC2E0C2a45c4b
Octal207372334560142244134113
Binary10000111111110101101110010111001100101010010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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