#80E9A4

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

Shades of Vista Blue #80E9A4

Tints of Vista Blue #80E9A4

Color information

#80E9A4 (or 0x80E9A4) is unknown color: approx Vista Blue. HEX triplet: 80, E9 and A4. RGB value is (128,233,164). Sum of RGB (Red+Green+Blue) = 128+233+164=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #80E9A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E9A4 is #7F165B. Grayscale: #C1C1C1. Windows color (decimal): -8328796 or 10807680. OLE color: 10807680.

HSL color Cylindrical-coordinate representation of color #80E9A4: hue angle of 140.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E9A4 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB128233164-
CMYK0.4500.300.09
HSL140.57º70.47%70.78%-
HSV(B)140.57º45.06%91.37%-
XYZ44.7465.5545.42-
YUV193.74111.2181.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 233 (91.41% from 255) = 44.38%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=24.38%
G=44.38%
B=31.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282331640.4500.300.09140.5770.4770.78
Hex80E9A42D01E98d4647
Octal2003512445503611215106107
Binary10000000111010011010010010110101111010011000110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80E9A4; }

 p { color: rgb(128,233,164); }

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

<style>
 a { background-color: #80E9A4; }

 a { background-color: rgb(128,233,164); }

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

<style>
 span { border-color: #80E9A4; }

 span { border-color: rgb(128,233,164); }

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