#85F7AC

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

Shades of Vista Blue #85F7AC

Tints of Vista Blue #85F7AC

Color information

#85F7AC (or 0x85F7AC) is unknown color: approx Vista Blue. HEX triplet: 85, F7 and AC. RGB value is (133,247,172). Sum of RGB (Red+Green+Blue) = 133+247+172=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F7AC is #7A0853. Grayscale: #CCCCCC. Windows color (decimal): -7997524 or 11335557. OLE color: 11335557.

HSL color Cylindrical-coordinate representation of color #85F7AC: hue angle of 140.53º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7AC is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB133247172-
CMYK0.4600.300.03
HSL140.53º87.69%74.51%-
HSV(B)140.53º46.15%96.86%-
XYZ50.3874.4950.75-
YUV204.36109.7377.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.09%
GREEN value IS 247 (96.88% from 255) = 44.75%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=24.09%
G=44.75%
B=31.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332471720.4600.300.03140.5387.6974.51
Hex85F7AC2E01E38d584b
Octal205367254560363215130113
Binary100001011111011110101100101110011110111000110110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85F7AC; }

 p { color: rgb(133,247,172); }

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

<style>
 a { background-color: #85F7AC; }

 a { background-color: rgb(133,247,172); }

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

<style>
 span { border-color: #85F7AC; }

 span { border-color: rgb(133,247,172); }

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