#85E9AC

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

Shades of Vista Blue #85E9AC

Tints of Vista Blue #85E9AC

Color information

#85E9AC (or 0x85E9AC) is unknown color: approx Vista Blue. HEX triplet: 85, E9 and AC. RGB value is (133,233,172). Sum of RGB (Red+Green+Blue) = 133+233+172=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #85E9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E9AC is #7A1653. Grayscale: #C4C4C4. Windows color (decimal): -8001108 or 11331973. OLE color: 11331973.

HSL color Cylindrical-coordinate representation of color #85E9AC: hue angle of 143.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E9AC is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB133233172-
CMYK0.4300.260.09
HSL143.4º69.44%71.76%-
HSV(B)143.4º42.92%91.37%-
XYZ46.2666.2449.38-
YUV196.15114.3782.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 233 (91.41% from 255) = 43.31%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=24.72%
G=43.31%
B=31.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331720.4300.260.09143.469.4471.76
Hex85E9AC2B01A98f4548
Octal2053512545303211217105110
Binary10000101111010011010110010101101101010011000111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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