#86F2AA

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

Shades of Vista Blue #86F2AA

Tints of Vista Blue #86F2AA

Color information

#86F2AA (or 0x86F2AA) is unknown color: approx Vista Blue. HEX triplet: 86, F2 and AA. RGB value is (134,242,170). Sum of RGB (Red+Green+Blue) = 134+242+170=546 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.54% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F2AA is #790D55. Grayscale: #C9C9C9. Windows color (decimal): -7933270 or 11203206. OLE color: 11203206.

HSL color Cylindrical-coordinate representation of color #86F2AA: hue angle of 140º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F2AA is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB134242170-
CMYK0.4500.300.05
HSL140º80.6%73.73%-
HSV(B)140º44.63%94.9%-
XYZ48.8471.4749.25-
YUV201.5110.2279.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.54%
GREEN value IS 242 (94.92% from 255) = 44.32%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=24.54%
G=44.32%
B=31.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342421700.4500.300.0514080.673.73
Hex86F2AA2D01E58c514a
Octal206362252550365214121112
Binary1000011011110010101010101011010111101011000110010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,242,170); }

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

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

 a { background-color: rgb(134,242,170); }

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

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

 span { border-color: rgb(134,242,170); }

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