#89f1b0

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

Shades of Vista Blue #89F1B0

Tints of Vista Blue #89F1B0

Color information

#89F1B0 (or 0x89F1B0) is unknown color: approx Vista Blue. HEX triplet: 89, F1 and B0. RGB value is (137,241,176). Sum of RGB (Red+Green+Blue) = 137+241+176=554 (73% of max value = 765). Red value is 137 (53.91% from 255 or 24.73% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #89F1B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #89F1B0 is #760E4F. Grayscale: #CACACA. Windows color (decimal): -7736912 or 11596169. OLE color: 11596169.

HSL color Cylindrical-coordinate representation of color #89F1B0: hue angle of 142.5º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F1B0 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB137241176-
CMYK0.4300.270.05
HSL142.5º78.79%74.12%-
HSV(B)142.5º43.15%94.51%-
XYZ49.6171.3652.23-
YUV202.49113.0481.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.73%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=24.73%
G=43.50%
B=31.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372411760.4300.270.05142.578.7974.12
Hex89F1B02B01B58e4f4a
Octal211361260530335216117112
Binary1000100111110001101100001010110110111011000111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89f1b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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