#85F4AC

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

Shades of Vista Blue #85F4AC

Tints of Vista Blue #85F4AC

Color information

#85F4AC (or 0x85F4AC) is unknown color: approx Vista Blue. HEX triplet: 85, F4 and AC. RGB value is (133,244,172). Sum of RGB (Red+Green+Blue) = 133+244+172=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #85F4AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F4AC is #7A0B53. Grayscale: #CACACA. Windows color (decimal): -7998292 or 11334789. OLE color: 11334789.

HSL color Cylindrical-coordinate representation of color #85F4AC: hue angle of 141.08º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F4AC is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB133244172-
CMYK0.4500.300.04
HSL141.08º83.46%73.92%-
HSV(B)141.08º45.49%95.69%-
XYZ49.4772.6750.45-
YUV202.6110.7378.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.23%
GREEN value IS 244 (95.70% from 255) = 44.44%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=24.23%
G=44.44%
B=31.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441720.4500.300.04141.0883.4673.92
Hex85F4AC2D01E48d534a
Octal205364254550364215123112
Binary1000010111110100101011001011010111101001000110110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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