#89E0AA

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

Shades of Vista Blue #89E0AA

Tints of Vista Blue #89E0AA

Color information

#89E0AA (or 0x89E0AA) is unknown color: approx Vista Blue. HEX triplet: 89, E0 and AA. RGB value is (137,224,170). Sum of RGB (Red+Green+Blue) = 137+224+170=531 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.80% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #89E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E0AA is #761F55. Grayscale: #BFBFBF. Windows color (decimal): -7741270 or 11198601. OLE color: 11198601.

HSL color Cylindrical-coordinate representation of color #89E0AA: hue angle of 142.76º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89E0AA is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB137224170-
CMYK0.3900.240.12
HSL142.76º58.39%70.78%-
HSV(B)142.76º38.84%87.84%-
XYZ44.2361.5347.58-
YUV191.83115.6888.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.80%
GREEN value IS 224 (87.89% from 255) = 42.18%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=25.80%
G=42.18%
B=32.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1372241700.3900.240.12142.7658.3970.78
Hex89E0AA27018C8f3a47
Octal211340252470301421772107
Binary1000100111100000101010101001110110001100100011111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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