#89E5B0

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

Shades of Vista Blue #89E5B0

Tints of Vista Blue #89E5B0

Color information

#89E5B0 (or 0x89E5B0) is unknown color: approx Vista Blue. HEX triplet: 89, E5 and B0. RGB value is (137,229,176). Sum of RGB (Red+Green+Blue) = 137+229+176=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 229 (89.84% from 255 or 42.25% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 229 - color contains mainly: green. Hex color #89E5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E5B0 is #761A4F. Grayscale: #C3C3C3. Windows color (decimal): -7739984 or 11593097. OLE color: 11593097.

HSL color Cylindrical-coordinate representation of color #89E5B0: hue angle of 145.43º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89E5B0 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB137229176-
CMYK0.4000.230.10
HSL145.43º63.89%71.76%-
HSV(B)145.43º40.17%89.8%-
XYZ46.1764.4951.09-
YUV195.45117.0286.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.28%
GREEN value IS 229 (89.84% from 255) = 42.25%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=25.28%
G=42.25%
B=32.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1372291760.4000.230.10145.4363.8971.76
Hex89E5B028017A914048
Octal2113452605002712221100110
Binary10001001111001011011000010100001011110101001000110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,229,176); }

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

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

 a { background-color: rgb(137,229,176); }

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

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

 span { border-color: rgb(137,229,176); }

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