#89E1AA

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

Shades of Vista Blue #89E1AA

Tints of Vista Blue #89E1AA

Color information

#89E1AA (or 0x89E1AA) is unknown color: approx Vista Blue. HEX triplet: 89, E1 and AA. RGB value is (137,225,170). Sum of RGB (Red+Green+Blue) = 137+225+170=532 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.75% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #89E1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89E1AA is #761E55. Grayscale: #C0C0C0. Windows color (decimal): -7741014 or 11198857. OLE color: 11198857.

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

Color convert

RGB137225170-
CMYK0.3900.240.12
HSL142.5º59.46%70.98%-
HSV(B)142.5º39.11%88.24%-
XYZ44.562.0747.67-
YUV192.42115.3588.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 25.75%
GREEN value IS 225 (88.28% from 255) = 42.29%
BLUE value IS 170 (66.80% from 255) = 31.95%
R=25.75%
G=42.29%
B=31.95%

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
Decimal1372251700.3900.240.12142.559.4670.98
Hex89E1AA27018C8e3b47
Octal211341252470301421673107
Binary1000100111100001101010101001110110001100100011101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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