#7EDA9D

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

Shades of Vista Blue #7EDA9D

Tints of Vista Blue #7EDA9D

Color information

#7EDA9D (or 0x7EDA9D) is unknown color: approx Vista Blue. HEX triplet: 7E, DA and 9D. RGB value is (126,218,157). Sum of RGB (Red+Green+Blue) = 126+218+157=501 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.15% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA9D is #812562. Grayscale: #B7B7B7. Windows color (decimal): -8463715 or 10345086. OLE color: 10345086.

HSL color Cylindrical-coordinate representation of color #7EDA9D: hue angle of 140.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDA9D is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB126218157-
CMYK0.4200.280.15
HSL140.22º55.42%67.45%-
HSV(B)140.22º42.2%85.49%-
XYZ39.7657.0140.81-
YUV183.54113.0286.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.15%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=25.15%
G=43.51%
B=31.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181570.4200.280.15140.2255.4267.45
Hex7EDA9D2A01CF8c3743
Octal176332235520341721467103
Binary111111011011010100111011010100111001111100011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EDA9D; }

 p { color: rgb(126,218,157); }

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

<style>
 a { background-color: #7EDA9D; }

 a { background-color: rgb(126,218,157); }

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

<style>
 span { border-color: #7EDA9D; }

 span { border-color: rgb(126,218,157); }

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