#87FAD0

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

Shades of Aquamarine #87FAD0

Tints of Aquamarine #87FAD0

Color information

#87FAD0 (or 0x87FAD0) is unknown color: approx Aquamarine. HEX triplet: 87, FA and D0. RGB value is (135,250,208). Sum of RGB (Red+Green+Blue) = 135+250+208=593 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.77% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #87FAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FAD0 is #78052F. Grayscale: #D2D2D2. Windows color (decimal): -7865648 or 13695623. OLE color: 13695623.

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

Color convert

RGB135250208-
CMYK0.4600.170.02
HSL158.09º92%75.49%-
HSV(B)158.09º46%98.04%-
XYZ55.5678.0871.82-
YUV210.83126.473.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.77%
GREEN value IS 250 (98.05% from 255) = 42.16%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=22.77%
G=42.16%
B=35.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352502080.4600.170.02158.099275.49
Hex87FAD02E01129e5c4b
Octal207372320560212236134113
Binary100001111111101011010000101110010001101001111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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