#85E4AC

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

Shades of Vista Blue #85E4AC

Tints of Vista Blue #85E4AC

Color information

#85E4AC (or 0x85E4AC) is unknown color: approx Vista Blue. HEX triplet: 85, E4 and AC. RGB value is (133,228,172). Sum of RGB (Red+Green+Blue) = 133+228+172=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #85E4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E4AC is #7A1B53. Grayscale: #C1C1C1. Windows color (decimal): -8002388 or 11330693. OLE color: 11330693.

HSL color Cylindrical-coordinate representation of color #85E4AC: hue angle of 144.63º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E4AC is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB133228172-
CMYK0.4200.250.11
HSL144.63º63.76%70.78%-
HSV(B)144.63º41.67%89.41%-
XYZ44.8663.4548.91-
YUV193.21116.0385.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 228 (89.45% from 255) = 42.78%
BLUE value IS 172 (67.58% from 255) = 32.27%
R=24.95%
G=42.78%
B=32.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281720.4200.250.11144.6363.7670.78
Hex85E4AC2A019B914047
Octal2053442545203113221100107
Binary10000101111001001010110010101001100110111001000110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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