#7ED69E

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

Shades of Vista Blue #7ED69E

Tints of Vista Blue #7ED69E

Color information

#7ED69E (or 0x7ED69E) is unknown color: approx Vista Blue. HEX triplet: 7E, D6 and 9E. RGB value is (126,214,158). Sum of RGB (Red+Green+Blue) = 126+214+158=498 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.30% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED69E is #812961. Grayscale: #B5B5B5. Windows color (decimal): -8464738 or 10409598. OLE color: 10409598.

HSL color Cylindrical-coordinate representation of color #7ED69E: hue angle of 141.82º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED69E is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB126214158-
CMYK0.4100.260.16
HSL141.82º51.76%66.67%-
HSV(B)141.82º41.12%83.92%-
XYZ38.825540.92-
YUV181.3114.8588.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.30%
GREEN value IS 214 (83.98% from 255) = 42.97%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=25.30%
G=42.97%
B=31.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262141580.4100.260.16141.8251.7666.67
Hex7ED69E2901A108e3443
Octal176326236510322021664103
Binary1111110110101101001111010100101101010000100011101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,214,158); }

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

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

 a { background-color: rgb(126,214,158); }

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

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

 span { border-color: rgb(126,214,158); }

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