#7eeba7

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

Shades of Vista Blue #7EEBA7

Tints of Vista Blue #7EEBA7

Color information

#7EEBA7 (or 0x7EEBA7) is unknown color: approx Vista Blue. HEX triplet: 7E, EB and A7. RGB value is (126,235,167). Sum of RGB (Red+Green+Blue) = 126+235+167=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #7EEBA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EEBA7 is #811458. Grayscale: #C2C2C2. Windows color (decimal): -8459353 or 11004798. OLE color: 11004798.

HSL color Cylindrical-coordinate representation of color #7EEBA7: hue angle of 142.57º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EEBA7 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB126235167-
CMYK0.4600.290.08
HSL142.57º73.15%70.78%-
HSV(B)142.57º46.38%92.16%-
XYZ45.2966.6447.04-
YUV194.66112.3979.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 235 (92.19% from 255) = 44.51%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=23.86%
G=44.51%
B=31.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262351670.4600.290.08142.5773.1570.78
Hex7EEBA72E01D88f4947
Octal1763532475603510217111107
Binary1111110111010111010011110111001110110001000111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7eeba7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,235,167); }

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

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

 a { background-color: rgb(126,235,167); }

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

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

 span { border-color: rgb(126,235,167); }

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