#86FABF

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

Shades of Aquamarine #86FABF

Tints of Aquamarine #86FABF

Color information

#86FABF (or 0x86FABF) is unknown color: approx Aquamarine. HEX triplet: 86, FA and BF. RGB value is (134,250,191). Sum of RGB (Red+Green+Blue) = 134+250+191=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #86FABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FABF is #790540. Grayscale: #D0D0D0. Windows color (decimal): -7931201 or 12581510. OLE color: 12581510.

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

Color convert

RGB134250191-
CMYK0.4600.240.02
HSL149.48º92.06%75.29%-
HSV(B)149.48º46.4%98.04%-
XYZ53.4277.261.38-
YUV208.59118.0774.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.30%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 191 (75% from 255) = 33.22%
R=23.30%
G=43.48%
B=33.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342501910.4600.240.02149.4892.0675.29
Hex86FABF2E0182955c4b
Octal206372277560302225134113
Binary100001101111101010111111101110011000101001010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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