#80F6AB

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

Shades of Vista Blue #80F6AB

Tints of Vista Blue #80F6AB

Color information

#80F6AB (or 0x80F6AB) is unknown color: approx Vista Blue. HEX triplet: 80, F6 and AB. RGB value is (128,246,171). Sum of RGB (Red+Green+Blue) = 128+246+171=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #80F6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F6AB is #7F0954. Grayscale: #CACACA. Windows color (decimal): -8325461 or 11269760. OLE color: 11269760.

HSL color Cylindrical-coordinate representation of color #80F6AB: hue angle of 141.86º degrees, saturation: 0.87, 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 #80F6AB is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB128246171-
CMYK0.4800.300.04
HSL141.86º86.76%73.33%-
HSV(B)141.86º47.97%96.47%-
XYZ49.2173.4450.11-
YUV202.17110.4175.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.49%
GREEN value IS 246 (96.48% from 255) = 45.14%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=23.49%
G=45.14%
B=31.38%

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
Decimal1282461710.4800.300.04141.8686.7673.33
Hex80F6AB3001E48e5749
Octal200366253600364216127111
Binary1000000011110110101010111100000111101001000111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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