#80EEA6

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

Shades of Vista Blue #80EEA6

Tints of Vista Blue #80EEA6

Color information

#80EEA6 (or 0x80EEA6) is unknown color: approx Vista Blue. HEX triplet: 80, EE and A6. RGB value is (128,238,166). Sum of RGB (Red+Green+Blue) = 128+238+166=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #80EEA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EEA6 is #7F1159. Grayscale: #C5C5C5. Windows color (decimal): -8327514 or 10940032. OLE color: 10940032.

HSL color Cylindrical-coordinate representation of color #80EEA6: hue angle of 140.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EEA6 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB128238166-
CMYK0.4600.300.07
HSL140.73º76.39%71.76%-
HSV(B)140.73º46.22%93.33%-
XYZ46.3668.4946.85-
YUV196.9110.5678.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 238 (93.36% from 255) = 44.74%
BLUE value IS 166 (65.23% from 255) = 31.20%
R=24.06%
G=44.74%
B=31.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282381660.4600.300.07140.7376.3971.76
Hex80EEA62E01E78d4c48
Octal200356246560367215114110
Binary1000000011101110101001101011100111101111000110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,238,166); }

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

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

 a { background-color: rgb(128,238,166); }

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

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

 span { border-color: rgb(128,238,166); }

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