#87FADF

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

Shades of Aquamarine #87FADF

Tints of Aquamarine #87FADF

Color information

#87FADF (or 0x87FADF) is unknown color: approx Aquamarine. HEX triplet: 87, FA and DF. RGB value is (135,250,223). Sum of RGB (Red+Green+Blue) = 135+250+223=608 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.20% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #87FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FADF is #780520. Grayscale: #D4D4D4. Windows color (decimal): -7865633 or 14678663. OLE color: 14678663.

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

Color convert

RGB135250223-
CMYK0.4600.110.02
HSL165.91º92%75.49%-
HSV(B)165.91º46%98.04%-
XYZ57.578.8582-
YUV212.54133.972.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.20%
GREEN value IS 250 (98.05% from 255) = 41.12%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=22.20%
G=41.12%
B=36.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352502230.4600.110.02165.919275.49
Hex87FADF2E0B2a65c4b
Octal207372337560132246134113
Binary10000111111110101101111110111001011101010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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