#7EF6AB

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

Shades of Vista Blue #7EF6AB

Tints of Vista Blue #7EF6AB

Color information

#7EF6AB (or 0x7EF6AB) is unknown color: approx Vista Blue. HEX triplet: 7E, F6 and AB. RGB value is (126,246,171). Sum of RGB (Red+Green+Blue) = 126+246+171=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #7EF6AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF6AB is #810954. Grayscale: #C9C9C9. Windows color (decimal): -8456533 or 11269758. OLE color: 11269758.

HSL color Cylindrical-coordinate representation of color #7EF6AB: hue angle of 142.5º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF6AB is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB126246171-
CMYK0.4900.300.04
HSL142.5º86.96%72.94%-
HSV(B)142.5º48.78%96.47%-
XYZ48.9173.2950.1-
YUV201.57110.7474.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.20%
GREEN value IS 246 (96.48% from 255) = 45.30%
BLUE value IS 171 (67.19% from 255) = 31.49%
R=23.20%
G=45.30%
B=31.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1262461710.4900.300.04142.586.9672.94
Hex7EF6AB3101E48e5749
Octal176366253610364216127111
Binary111111011110110101010111100010111101001000111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,246,171); }

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

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

 a { background-color: rgb(126,246,171); }

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

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

 span { border-color: rgb(126,246,171); }

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