#7ED3A3

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

Shades of Vista Blue #7ED3A3

Tints of Vista Blue #7ED3A3

Color information

#7ED3A3 (or 0x7ED3A3) is unknown color: approx Vista Blue. HEX triplet: 7E, D3 and A3. RGB value is (126,211,163). Sum of RGB (Red+Green+Blue) = 126+211+163=500 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED3A3 is #812C5C. Grayscale: #B4B4B4. Windows color (decimal): -8465501 or 10736510. OLE color: 10736510.

HSL color Cylindrical-coordinate representation of color #7ED3A3: hue angle of 146.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED3A3 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB126211163-
CMYK0.4000.230.17
HSL146.12º49.13%66.08%-
HSV(B)146.12º40.28%82.75%-
XYZ38.5153.6742.98-
YUV180.11118.3489.4-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.2%
GREEN value IS 211 (82.81% from 255) = 42.2%
BLUE value IS 163 (64.06% from 255) = 32.6%
R=25.2%
G=42.2%
B=32.6%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1262111630.4000.230.17146.1249.1366.08
Hex7ED3A32801711923142
Octal176323243500272122261102
Binary1111110110100111010001110100001011110001100100101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,211,163); }

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

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

 a { background-color: rgb(126,211,163); }

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

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

 span { border-color: rgb(126,211,163); }

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