#86E1AC

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

Shades of Vista Blue #86E1AC

Tints of Vista Blue #86E1AC

Color information

#86E1AC (or 0x86E1AC) is unknown color: approx Vista Blue. HEX triplet: 86, E1 and AC. RGB value is (134,225,172). Sum of RGB (Red+Green+Blue) = 134+225+172=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #86E1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E1AC is #791E53. Grayscale: #BFBFBF. Windows color (decimal): -7937620 or 11329926. OLE color: 11329926.

HSL color Cylindrical-coordinate representation of color #86E1AC: hue angle of 145.05º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86E1AC is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB134225172-
CMYK0.4000.240.12
HSL145.05º60.26%70.39%-
HSV(B)145.05º40.44%88.24%-
XYZ44.261.948.65-
YUV191.75116.8586.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.24%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=25.24%
G=42.37%
B=32.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1342251720.4000.240.12145.0560.2670.39
Hex86E1AC28018C913c46
Octal206341254500301422174106
Binary1000011011100001101011001010000110001100100100011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,225,172); }

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

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

 a { background-color: rgb(134,225,172); }

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

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

 span { border-color: rgb(134,225,172); }

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