#80D5AE

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

Shades of Vista Blue #80D5AE

Tints of Vista Blue #80D5AE

Color information

#80D5AE (or 0x80D5AE) is unknown color: approx Vista Blue. HEX triplet: 80, D5 and AE. RGB value is (128,213,174). Sum of RGB (Red+Green+Blue) = 128+213+174=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #80D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D5AE is #7F2A51. Grayscale: #B7B7B7. Windows color (decimal): -8333906 or 11457920. OLE color: 11457920.

HSL color Cylindrical-coordinate representation of color #80D5AE: hue angle of 152.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D5AE is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB128213174-
CMYK0.4000.180.16
HSL152.47º50.3%66.86%-
HSV(B)152.47º39.91%83.53%-
XYZ40.3455.2348.58-
YUV183.14122.8488.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.85%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 174 (68.36% from 255) = 33.79%
R=24.85%
G=41.36%
B=33.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131740.4000.180.16152.4750.366.86
Hex80D5AE2801210983243
Octal200325256500222023062103
Binary10000000110101011010111010100001001010000100110001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,213,174); }

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

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

 a { background-color: rgb(128,213,174); }

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

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

 span { border-color: rgb(128,213,174); }

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