#80DCAB

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

Shades of Vista Blue #80DCAB

Tints of Vista Blue #80DCAB

Color information

#80DCAB (or 0x80DCAB) is unknown color: approx Vista Blue. HEX triplet: 80, DC and AB. RGB value is (128,220,171). Sum of RGB (Red+Green+Blue) = 128+220+171=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #80DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DCAB is #7F2354. Grayscale: #BBBBBB. Windows color (decimal): -8332117 or 11263104. OLE color: 11263104.

HSL color Cylindrical-coordinate representation of color #80DCAB: hue angle of 148.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DCAB is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB128220171-
CMYK0.4200.220.14
HSL148.04º56.79%68.24%-
HSV(B)148.04º41.82%86.27%-
XYZ41.8558.7247.66-
YUV186.91119.0285.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.66%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=24.66%
G=42.39%
B=32.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282201710.4200.220.14148.0456.7968.24
Hex80DCAB2A016E943944
Octal200334253520261622471104
Binary1000000011011100101010111010100101101110100101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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