#7EE7AF

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

Shades of Vista Blue #7EE7AF

Tints of Vista Blue #7EE7AF

Color information

#7EE7AF (or 0x7EE7AF) is unknown color: approx Vista Blue. HEX triplet: 7E, E7 and AF. RGB value is (126,231,175). Sum of RGB (Red+Green+Blue) = 126+231+175=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #7EE7AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EE7AF is #811850. Grayscale: #C1C1C1. Windows color (decimal): -8460369 or 11528062. OLE color: 11528062.

HSL color Cylindrical-coordinate representation of color #7EE7AF: hue angle of 148º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE7AF is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB126231175-
CMYK0.4500.240.09
HSL148º68.63%70%-
HSV(B)148º45.45%90.59%-
XYZ44.9264.6850.68-
YUV193.22117.7180.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.68%
GREEN value IS 231 (90.62% from 255) = 43.42%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=23.68%
G=43.42%
B=32.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1262311750.4500.240.0914868.6370
Hex7EE7AF2D0189944546
Octal1763472575503011224105106
Binary1111110111001111010111110110101100010011001010010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,231,175); }

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

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

 a { background-color: rgb(126,231,175); }

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

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

 span { border-color: rgb(126,231,175); }

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