#7FE6A3

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

Shades of Vista Blue #7FE6A3

Tints of Vista Blue #7FE6A3

Color information

#7FE6A3 (or 0x7FE6A3) is unknown color: approx Vista Blue. HEX triplet: 7F, E6 and A3. RGB value is (127,230,163). Sum of RGB (Red+Green+Blue) = 127+230+163=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE6A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE6A3 is #80195C. Grayscale: #BFBFBF. Windows color (decimal): -8395101 or 10741375. OLE color: 10741375.

HSL color Cylindrical-coordinate representation of color #7FE6A3: hue angle of 140.97º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE6A3 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB127230163-
CMYK0.4500.290.10
HSL140.97º67.32%70%-
HSV(B)140.97º44.78%90.2%-
XYZ43.6663.7544.65-
YUV191.56111.8881.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.42%
GREEN value IS 230 (90.23% from 255) = 44.23%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=24.42%
G=44.23%
B=31.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1272301630.4500.290.10140.9767.3270
Hex7FE6A32D01DA8d4346
Octal1773462435503512215103106
Binary1111111111001101010001110110101110110101000110110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,230,163); }

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

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

 a { background-color: rgb(127,230,163); }

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

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

 span { border-color: rgb(127,230,163); }

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