#86E7A4

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

Shades of Vista Blue #86E7A4

Tints of Vista Blue #86E7A4

Color information

#86E7A4 (or 0x86E7A4) is unknown color: approx Vista Blue. HEX triplet: 86, E7 and A4. RGB value is (134,231,164). Sum of RGB (Red+Green+Blue) = 134+231+164=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #86E7A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E7A4 is #79185B. Grayscale: #C2C2C2. Windows color (decimal): -7936092 or 10807174. OLE color: 10807174.

HSL color Cylindrical-coordinate representation of color #86E7A4: hue angle of 138.56º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E7A4 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB134231164-
CMYK0.4200.290.09
HSL138.56º66.9%71.57%-
HSV(B)138.56º41.99%90.59%-
XYZ45.1164.945.27-
YUV194.36110.8684.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.33%
GREEN value IS 231 (90.62% from 255) = 43.67%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=25.33%
G=43.67%
B=31.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342311640.4200.290.09138.5666.971.57
Hex86E7A42A01D98b4348
Octal2063472445203511213103110
Binary10000110111001111010010010101001110110011000101110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,231,164); }

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

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

 a { background-color: rgb(134,231,164); }

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

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

 span { border-color: rgb(134,231,164); }

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