#80D0A3

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

Shades of Vista Blue #80D0A3

Tints of Vista Blue #80D0A3

Color information

#80D0A3 (or 0x80D0A3) is unknown color: approx Vista Blue. HEX triplet: 80, D0 and A3. RGB value is (128,208,163). Sum of RGB (Red+Green+Blue) = 128+208+163=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #80D0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D0A3 is #7F2F5C. Grayscale: #B3B3B3. Windows color (decimal): -8335197 or 10735744. OLE color: 10735744.

HSL color Cylindrical-coordinate representation of color #80D0A3: hue angle of 146.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80D0A3 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB128208163-
CMYK0.3800.220.18
HSL146.25º45.98%65.88%-
HSV(B)146.25º38.46%81.57%-
XYZ38.0752.3542.75-
YUV178.9511991.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=25.65%
G=41.68%
B=32.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282081630.3800.220.18146.2545.9865.88
Hex80D0A32601612922e42
Octal200320243460262222256102
Binary10000000110100001010001110011001011010010100100101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,208,163); }

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

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

 a { background-color: rgb(128,208,163); }

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

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

 span { border-color: rgb(128,208,163); }

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