#80E8B0

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

Shades of Vista Blue #80E8B0

Tints of Vista Blue #80E8B0

Color information

#80E8B0 (or 0x80E8B0) is unknown color: approx Vista Blue. HEX triplet: 80, E8 and B0. RGB value is (128,232,176). Sum of RGB (Red+Green+Blue) = 128+232+176=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #80E8B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E8B0 is #7F174F. Grayscale: #C2C2C2. Windows color (decimal): -8329040 or 11593856. OLE color: 11593856.

HSL color Cylindrical-coordinate representation of color #80E8B0: hue angle of 147.69º degrees, saturation: 0.69, 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 #80E8B0 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB128232176-
CMYK0.4500.240.09
HSL147.69º69.33%70.59%-
HSV(B)147.69º44.83%90.98%-
XYZ45.665.4451.3-
YUV194.52117.5480.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.88%
GREEN value IS 232 (91.02% from 255) = 43.28%
BLUE value IS 176 (69.14% from 255) = 32.84%
R=23.88%
G=43.28%
B=32.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282321760.4500.240.09147.6969.3370.59
Hex80E8B02D0189944547
Octal2003502605503011224105107
Binary10000000111010001011000010110101100010011001010010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,232,176); }

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

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

 a { background-color: rgb(128,232,176); }

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

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

 span { border-color: rgb(128,232,176); }

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