#80E6AE

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

Shades of Vista Blue #80E6AE

Tints of Vista Blue #80E6AE

Color information

#80E6AE (or 0x80E6AE) is unknown color: approx Vista Blue. HEX triplet: 80, E6 and AE. RGB value is (128,230,174). Sum of RGB (Red+Green+Blue) = 128+230+174=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E6AE is #7F1951. Grayscale: #C1C1C1. Windows color (decimal): -8329554 or 11462272. OLE color: 11462272.

HSL color Cylindrical-coordinate representation of color #80E6AE: hue angle of 147.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E6AE is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB128230174-
CMYK0.4400.240.10
HSL147.06º67.11%70.2%-
HSV(B)147.06º44.35%90.2%-
XYZ44.8464.2450.08-
YUV193.12117.2181.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 230 (90.23% from 255) = 43.23%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=24.06%
G=43.23%
B=32.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282301740.4400.240.10147.0667.1170.2
Hex80E6AE2C018A934346
Octal2003462565403012223103106
Binary10000000111001101010111010110001100010101001001110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,230,174); }

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

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

 a { background-color: rgb(128,230,174); }

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

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

 span { border-color: rgb(128,230,174); }

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