#85E7AA

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

Shades of Vista Blue #85E7AA

Tints of Vista Blue #85E7AA

Color information

#85E7AA (or 0x85E7AA) is unknown color: approx Vista Blue. HEX triplet: 85, E7 and AA. RGB value is (133,231,170). Sum of RGB (Red+Green+Blue) = 133+231+170=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 170 (66.80% from 255 or 31.84% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #85E7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E7AA is #7A1855. Grayscale: #C2C2C2. Windows color (decimal): -8001622 or 11200389. OLE color: 11200389.

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

Color convert

RGB133231170-
CMYK0.4200.260.09
HSL142.65º67.12%71.37%-
HSV(B)142.65º42.42%90.59%-
XYZ45.565.0448.19-
YUV194.74114.0383.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.91%
GREEN value IS 231 (90.62% from 255) = 43.26%
BLUE value IS 170 (66.80% from 255) = 31.84%
R=24.91%
G=43.26%
B=31.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332311700.4200.260.09142.6567.1271.37
Hex85E7AA2A01A98f4347
Octal2053472525203211217103107
Binary10000101111001111010101010101001101010011000111110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,231,170); }

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

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

 a { background-color: rgb(133,231,170); }

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

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

 span { border-color: rgb(133,231,170); }

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