#80D6AB

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

Shades of Vista Blue #80D6AB

Tints of Vista Blue #80D6AB

Color information

#80D6AB (or 0x80D6AB) is unknown color: approx Vista Blue. HEX triplet: 80, D6 and AB. RGB value is (128,214,171). Sum of RGB (Red+Green+Blue) = 128+214+171=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #80D6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D6AB is #7F2954. Grayscale: #B7B7B7. Windows color (decimal): -8333653 or 11261568. OLE color: 11261568.

HSL color Cylindrical-coordinate representation of color #80D6AB: hue angle of 150º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D6AB is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB128214171-
CMYK0.4000.200.16
HSL150º51.19%67.06%-
HSV(B)150º40.19%83.92%-
XYZ40.355.6247.14-
YUV183.38121.0188.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=24.95%
G=41.72%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282141710.4000.200.1615051.1967.06
Hex80D6AB2801410963343
Octal200326253500242022663103
Binary10000000110101101010101110100001010010000100101101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,214,171); }

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

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

 a { background-color: rgb(128,214,171); }

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

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

 span { border-color: rgb(128,214,171); }

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