#89E4AF

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

Shades of Vista Blue #89E4AF

Tints of Vista Blue #89E4AF

Color information

#89E4AF (or 0x89E4AF) is unknown color: approx Vista Blue. HEX triplet: 89, E4 and AF. RGB value is (137,228,175). Sum of RGB (Red+Green+Blue) = 137+228+175=540 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.37% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #89E4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E4AF is #761B50. Grayscale: #C2C2C2. Windows color (decimal): -7740241 or 11527305. OLE color: 11527305.

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

Color convert

RGB137228175-
CMYK0.4000.230.11
HSL145.05º62.76%71.57%-
HSV(B)145.05º39.91%89.41%-
XYZ45.863.950.48-
YUV194.75116.8586.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.37%
GREEN value IS 228 (89.45% from 255) = 42.22%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=25.37%
G=42.22%
B=32.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1372281750.4000.230.11145.0562.7671.57
Hex89E4AF28017B913f48
Octal211344257500271322177110
Binary1000100111100100101011111010000101111011100100011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,228,175); }

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

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

 a { background-color: rgb(137,228,175); }

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

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

 span { border-color: rgb(137,228,175); }

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