#80CEA2

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

Shades of Vista Blue #80CEA2

Tints of Vista Blue #80CEA2

Color information

#80CEA2 (or 0x80CEA2) is unknown color: approx Vista Blue. HEX triplet: 80, CE and A2. RGB value is (128,206,162). Sum of RGB (Red+Green+Blue) = 128+206+162=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CEA2 is #7F315D. Grayscale: #B1B1B1. Windows color (decimal): -8335710 or 10669696. OLE color: 10669696.

HSL color Cylindrical-coordinate representation of color #80CEA2: hue angle of 146.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEA2 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB128206162-
CMYK0.3800.210.19
HSL146.15º44.32%65.49%-
HSV(B)146.15º37.86%80.78%-
XYZ37.4951.3442.12-
YUV177.66119.1692.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.81%
GREEN value IS 206 (80.86% from 255) = 41.53%
BLUE value IS 162 (63.67% from 255) = 32.66%
R=25.81%
G=41.53%
B=32.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061620.3800.210.19146.1544.3265.49
Hex80CEA22601513922c41
Octal200316242460252322254101
Binary10000000110011101010001010011001010110011100100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,206,162); }

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

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

 a { background-color: rgb(128,206,162); }

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

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

 span { border-color: rgb(128,206,162); }

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