#89d6aa

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

Shades of Vista Blue #89D6AA

Tints of Vista Blue #89D6AA

Color information

#89D6AA (or 0x89D6AA) is unknown color: approx Vista Blue. HEX triplet: 89, D6 and AA. RGB value is (137,214,170). Sum of RGB (Red+Green+Blue) = 137+214+170=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #89D6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D6AA is #762955. Grayscale: #BABABA. Windows color (decimal): -7743830 or 11196041. OLE color: 11196041.

HSL color Cylindrical-coordinate representation of color #89D6AA: hue angle of 145.71º degrees, saturation: 0.48, 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 #89D6AA is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB137214170-
CMYK0.3600.210.16
HSL145.71º48.43%68.82%-
HSV(B)145.71º35.98%83.92%-
XYZ41.6256.3146.71-
YUV185.96118.9993.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.30%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=26.30%
G=41.07%
B=32.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1372141700.3600.210.16145.7148.4368.82
Hex89D6AA2401510923045
Octal211326252440252022260105
Binary10001001110101101010101010010001010110000100100101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89d6aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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