#89C8AA

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

Shades of Vista Blue #89C8AA

Tints of Vista Blue #89C8AA

Color information

#89C8AA (or 0x89C8AA) is unknown color: approx Vista Blue. HEX triplet: 89, C8 and AA. RGB value is (137,200,170). Sum of RGB (Red+Green+Blue) = 137+200+170=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #89C8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89C8AA is #763755. Grayscale: #B1B1B1. Windows color (decimal): -7747414 or 11192457. OLE color: 11192457.

HSL color Cylindrical-coordinate representation of color #89C8AA: hue angle of 151.43º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89C8AA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB137200170-
CMYK0.3200.150.22
HSL151.43º36.42%66.08%-
HSV(B)151.43º31.5%78.43%-
XYZ38.2349.5345.58-
YUV177.74123.6398.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.02%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=27.02%
G=39.45%
B=33.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1372001700.3200.150.22151.4336.4266.08
Hex89C8AA200F16972442
Octal211310252400172622744102
Binary1000100111001000101010101000000111110110100101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,200,170); }

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

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

 a { background-color: rgb(137,200,170); }

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

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

 span { border-color: rgb(137,200,170); }

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