#80D39F

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

Shades of Vista Blue #80D39F

Tints of Vista Blue #80D39F

Color information

#80D39F (or 0x80D39F) is unknown color: approx Vista Blue. HEX triplet: 80, D3 and 9F. RGB value is (128,211,159). Sum of RGB (Red+Green+Blue) = 128+211+159=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #80D39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D39F is #7F2C60. Grayscale: #B4B4B4. Windows color (decimal): -8334433 or 10474368. OLE color: 10474368.

HSL color Cylindrical-coordinate representation of color #80D39F: hue angle of 142.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D39F is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB128211159-
CMYK0.3900.250.17
HSL142.41º48.54%66.47%-
HSV(B)142.41º39.34%82.75%-
XYZ38.4553.6841.14-
YUV180.2611690.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.70%
GREEN value IS 211 (82.81% from 255) = 42.37%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=25.70%
G=42.37%
B=31.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282111590.3900.250.17142.4148.5466.47
Hex80D39F27019118e3142
Octal200323237470312121661102
Binary10000000110100111001111110011101100110001100011101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,211,159); }

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

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

 a { background-color: rgb(128,211,159); }

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

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

 span { border-color: rgb(128,211,159); }

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