#80F4AC

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

Shades of Vista Blue #80F4AC

Tints of Vista Blue #80F4AC

Color information

#80F4AC (or 0x80F4AC) is unknown color: approx Vista Blue. HEX triplet: 80, F4 and AC. RGB value is (128,244,172). Sum of RGB (Red+Green+Blue) = 128+244+172=544 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.53% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #80F4AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F4AC is #7F0B53. Grayscale: #C9C9C9. Windows color (decimal): -8325972 or 11334784. OLE color: 11334784.

HSL color Cylindrical-coordinate representation of color #80F4AC: hue angle of 142.76º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F4AC is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB128244172-
CMYK0.4800.300.04
HSL142.76º84.06%72.94%-
HSV(B)142.76º47.54%95.69%-
XYZ48.772.2750.41-
YUV201.11111.5775.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.53%
GREEN value IS 244 (95.70% from 255) = 44.85%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=23.53%
G=44.85%
B=31.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282441720.4800.300.04142.7684.0672.94
Hex80F4AC3001E48f5449
Octal200364254600364217124111
Binary1000000011110100101011001100000111101001000111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,244,172); }

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

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

 a { background-color: rgb(128,244,172); }

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

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

 span { border-color: rgb(128,244,172); }

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