#86FADC

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

Shades of Aquamarine #86FADC

Tints of Aquamarine #86FADC

Color information

#86FADC (or 0x86FADC) is unknown color: approx Aquamarine. HEX triplet: 86, FA and DC. RGB value is (134,250,220). Sum of RGB (Red+Green+Blue) = 134+250+220=604 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.19% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #86FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FADC is #790523. Grayscale: #D3D3D3. Windows color (decimal): -7931172 or 14482054. OLE color: 14482054.

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

Color convert

RGB134250220-
CMYK0.4600.120.02
HSL164.48º92.06%75.29%-
HSV(B)164.48º46.4%98.04%-
XYZ56.9478.6179.88-
YUV211.9132.5772.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.19%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=22.19%
G=41.39%
B=36.42%

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
Decimal1342502200.4600.120.02164.4892.0675.29
Hex86FADC2E0C2a45c4b
Octal206372334560142244134113
Binary10000110111110101101110010111001100101010010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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