Html Css Color HEX #85E5AC Vista Blue

📋 copy color: '#85E5AC'

red 133 ◦ green 229 ◦ blue 172

#85E5AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #85E5AC

Tints of Vista Blue #85E5AC

RGB

 RED value IS 133 (52.34% from 255) = 24.91%

 GREEN value IS 229 (89.84% from 255) = 42.88%

 BLUE value IS 172 (67.58% from 255) = 32.21%

R = 24.91%
G = 42.88%
B = 32.21%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#85E5AC (or 0x85E5AC) is known color: Vista Blue. HEX triplet: 85, E5 and AC. RGB value is (133,229,172). Sum of RGB (Red+Green+Blue) = 133+229+172=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #85E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E5AC is #7A1A53. Grayscale: #C1C1C1. Windows color (decimal): -8002132 or 11330949. OLE color: 11330949.

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

Color convert

RGB 133 229 172 -
CMYK 0.42 0 0.25 0.10
HSL 144.38º 0.65% 0.71% -
HSV(B) 144.38º 0.42% 0.9% -
XYZ 45.14 64 49 -
YUV 193.8 115.7 84.63 -
System Red Green Blue C M Y K H S L
Decimal 133 229 172 0.42 0 0.25 0.10 144.38 0.65 0.71
Hex 85 E5 AC 2A 0 19 A 90 41 47
Octal 205 345 254 52 0 31 12 220 101 107
Binary 10000101 11100101 10101100 101010 0 11001 1010 10010000 1000001 1000111

Color Harmonies of #85E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E5AC

Black with #85E5AC

Text Example


Text Example

White with #85E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85E5AC;
 }
 .AnyTagClassName
 {
   color: #85E5AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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