#7EDFA0

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

Shades of Vista Blue #7EDFA0

Tints of Vista Blue #7EDFA0

Color information

#7EDFA0 (or 0x7EDFA0) is unknown color: approx Vista Blue. HEX triplet: 7E, DF and A0. RGB value is (126,223,160). Sum of RGB (Red+Green+Blue) = 126+223+160=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDFA0 is #81205F. Grayscale: #BABABA. Windows color (decimal): -8462432 or 10542974. OLE color: 10542974.

HSL color Cylindrical-coordinate representation of color #7EDFA0: hue angle of 141.03º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDFA0 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB126223160-
CMYK0.4300.280.13
HSL141.03º60.25%68.43%-
HSV(B)141.03º43.5%87.45%-
XYZ41.3459.7542.61-
YUV186.82112.8684.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 223 (87.5% from 255) = 43.81%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=24.75%
G=43.81%
B=31.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262231600.4300.280.13141.0360.2568.43
Hex7EDFA02B01CD8d3c44
Octal176337240530341521574104
Binary111111011011111101000001010110111001101100011011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,223,160); }

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

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

 a { background-color: rgb(126,223,160); }

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

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

 span { border-color: rgb(126,223,160); }

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