#89E1AC

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

Shades of Vista Blue #89E1AC

Tints of Vista Blue #89E1AC

Color information

#89E1AC (or 0x89E1AC) is unknown color: approx Vista Blue. HEX triplet: 89, E1 and AC. RGB value is (137,225,172). Sum of RGB (Red+Green+Blue) = 137+225+172=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #89E1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E1AC is #761E53. Grayscale: #C0C0C0. Windows color (decimal): -7741012 or 11329929. OLE color: 11329929.

HSL color Cylindrical-coordinate representation of color #89E1AC: hue angle of 143.86º degrees, saturation: 0.59, 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 #89E1AC is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB137225172-
CMYK0.3900.240.12
HSL143.86º59.46%70.98%-
HSV(B)143.86º39.11%88.24%-
XYZ44.6962.1548.67-
YUV192.65116.3588.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.66%
GREEN value IS 225 (88.28% from 255) = 42.13%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=25.66%
G=42.13%
B=32.21%

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
Decimal1372251720.3900.240.12143.8659.4670.98
Hex89E1AC27018C903b47
Octal211341254470301422073107
Binary1000100111100001101011001001110110001100100100001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,225,172); }

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

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

 a { background-color: rgb(137,225,172); }

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

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

 span { border-color: rgb(137,225,172); }

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