#86FADD

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

Shades of Aquamarine #86FADD

Tints of Aquamarine #86FADD

Color information

#86FADD (or 0x86FADD) is unknown color: approx Aquamarine. HEX triplet: 86, FA and DD. RGB value is (134,250,221). Sum of RGB (Red+Green+Blue) = 134+250+221=605 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.15% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #86FADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FADD is #790522. Grayscale: #D4D4D4. Windows color (decimal): -7931171 or 14547590. OLE color: 14547590.

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

Color convert

RGB134250221-
CMYK0.4600.120.02
HSL165º92.06%75.29%-
HSV(B)165º46.4%98.04%-
XYZ57.0778.6680.58-
YUV212.01133.0772.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.15%
GREEN value IS 250 (98.05% from 255) = 41.32%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=22.15%
G=41.32%
B=36.53%

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
Decimal1342502210.4600.120.0216592.0675.29
Hex86FADD2E0C2a55c4b
Octal206372335560142245134113
Binary10000110111110101101110110111001100101010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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