#80EBB0

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

Shades of Vista Blue #80EBB0

Tints of Vista Blue #80EBB0

Color information

#80EBB0 (or 0x80EBB0) is unknown color: approx Vista Blue. HEX triplet: 80, EB and B0. RGB value is (128,235,176). Sum of RGB (Red+Green+Blue) = 128+235+176=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #80EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EBB0 is #7F144F. Grayscale: #C4C4C4. Windows color (decimal): -8328272 or 11594624. OLE color: 11594624.

HSL color Cylindrical-coordinate representation of color #80EBB0: hue angle of 146.92º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EBB0 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB128235176-
CMYK0.4600.250.08
HSL146.92º72.79%71.18%-
HSV(B)146.92º45.53%92.16%-
XYZ46.4567.1451.59-
YUV196.28116.5579.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.75%
GREEN value IS 235 (92.19% from 255) = 43.60%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=23.75%
G=43.60%
B=32.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282351760.4600.250.08146.9272.7971.18
Hex80EBB02E0198934947
Octal2003532605603110223111107
Binary10000000111010111011000010111001100110001001001110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,235,176); }

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

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

 a { background-color: rgb(128,235,176); }

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

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

 span { border-color: rgb(128,235,176); }

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