#89D2AC

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

Shades of Vista Blue #89D2AC

Tints of Vista Blue #89D2AC

Color information

#89D2AC (or 0x89D2AC) is unknown color: approx Vista Blue. HEX triplet: 89, D2 and AC. RGB value is (137,210,172). Sum of RGB (Red+Green+Blue) = 137+210+172=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #89D2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D2AC is #762D53. Grayscale: #B7B7B7. Windows color (decimal): -7744852 or 11326089. OLE color: 11326089.

HSL color Cylindrical-coordinate representation of color #89D2AC: hue angle of 148.77º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D2AC is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB137210172-
CMYK0.3500.180.18
HSL148.77º44.79%68.04%-
HSV(B)148.77º34.76%82.35%-
XYZ40.8154.3947.38-
YUV183.84121.3294.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.40%
GREEN value IS 210 (82.42% from 255) = 40.46%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=26.40%
G=40.46%
B=33.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372101720.3500.180.18148.7744.7968.04
Hex89D2AC2301212952d44
Octal211322254430222222555104
Binary10001001110100101010110010001101001010010100101011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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