#80dea4

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

Shades of Vista Blue #80DEA4

Tints of Vista Blue #80DEA4

Color information

#80DEA4 (or 0x80DEA4) is unknown color: approx Vista Blue. HEX triplet: 80, DE and A4. RGB value is (128,222,164). Sum of RGB (Red+Green+Blue) = 128+222+164=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #80DEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DEA4 is #7F215B. Grayscale: #BBBBBB. Windows color (decimal): -8331612 or 10804864. OLE color: 10804864.

HSL color Cylindrical-coordinate representation of color #80DEA4: hue angle of 142.98º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DEA4 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB128222164-
CMYK0.4200.260.13
HSL142.98º58.75%68.63%-
HSV(B)142.98º42.34%87.06%-
XYZ41.7259.5144.41-
YUV187.28114.8685.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.90%
GREEN value IS 222 (87.11% from 255) = 43.19%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=24.90%
G=43.19%
B=31.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282221640.4200.260.13142.9858.7568.63
Hex80DEA42A01AD8f3b45
Octal200336244520321521773105
Binary1000000011011110101001001010100110101101100011111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80dea4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,222,164); }

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

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

 a { background-color: rgb(128,222,164); }

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

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

 span { border-color: rgb(128,222,164); }

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