#85F3AC

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

Shades of Vista Blue #85F3AC

Tints of Vista Blue #85F3AC

Color information

#85F3AC (or 0x85F3AC) is unknown color: approx Vista Blue. HEX triplet: 85, F3 and AC. RGB value is (133,243,172). Sum of RGB (Red+Green+Blue) = 133+243+172=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F3AC is #7A0C53. Grayscale: #CACACA. Windows color (decimal): -7998548 or 11334533. OLE color: 11334533.

HSL color Cylindrical-coordinate representation of color #85F3AC: hue angle of 141.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F3AC is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB133243172-
CMYK0.4500.290.05
HSL141.27º82.09%73.73%-
HSV(B)141.27º45.27%95.29%-
XYZ49.1772.0750.35-
YUV202.02111.0678.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 243 (95.31% from 255) = 44.34%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=24.27%
G=44.34%
B=31.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332431720.4500.290.05141.2782.0973.73
Hex85F3AC2D01D58d524a
Octal205363254550355215122112
Binary1000010111110011101011001011010111011011000110110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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