#89D5AC

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

Shades of Vista Blue #89D5AC

Tints of Vista Blue #89D5AC

Color information

#89D5AC (or 0x89D5AC) is unknown color: approx Vista Blue. HEX triplet: 89, D5 and AC. RGB value is (137,213,172). Sum of RGB (Red+Green+Blue) = 137+213+172=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #89D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D5AC is #762A53. Grayscale: #B9B9B9. Windows color (decimal): -7744084 or 11326857. OLE color: 11326857.

HSL color Cylindrical-coordinate representation of color #89D5AC: hue angle of 147.63º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89D5AC is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB137213172-
CMYK0.3600.190.16
HSL147.63º47.5%68.63%-
HSV(B)147.63º35.68%83.53%-
XYZ41.5655.8947.63-
YUV185.6120.3293.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.25%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=26.25%
G=40.80%
B=32.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1372131720.3600.190.16147.6347.568.63
Hex89D5AC2401310943045
Octal211325254440232022460105
Binary10001001110101011010110010010001001110000100101001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89D5AC; }

 p { color: rgb(137,213,172); }

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

<style>
 a { background-color: #89D5AC; }

 a { background-color: rgb(137,213,172); }

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

<style>
 span { border-color: #89D5AC; }

 span { border-color: rgb(137,213,172); }

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