#80E6AF

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

Shades of Vista Blue #80E6AF

Tints of Vista Blue #80E6AF

Color information

#80E6AF (or 0x80E6AF) is unknown color: approx Vista Blue. HEX triplet: 80, E6 and AF. RGB value is (128,230,175). Sum of RGB (Red+Green+Blue) = 128+230+175=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #80E6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E6AF is #7F1950. Grayscale: #C1C1C1. Windows color (decimal): -8329553 or 11527808. OLE color: 11527808.

HSL color Cylindrical-coordinate representation of color #80E6AF: hue angle of 147.65º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E6AF is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB128230175-
CMYK0.4400.240.10
HSL147.65º67.11%70.2%-
HSV(B)147.65º44.35%90.2%-
XYZ44.9464.2850.6-
YUV193.23117.7181.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.02%
GREEN value IS 230 (90.23% from 255) = 43.15%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=24.02%
G=43.15%
B=32.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282301750.4400.240.10147.6567.1170.2
Hex80E6AF2C018A944346
Octal2003462575403012224103106
Binary10000000111001101010111110110001100010101001010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,230,175); }

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

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

 a { background-color: rgb(128,230,175); }

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

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

 span { border-color: rgb(128,230,175); }

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